Skip to content

Commit

Permalink
Merge pull request #6041 from leonardehrenfried/oba-camsys
Browse files Browse the repository at this point in the history
Upgrade OBA, remove camsys-apps.com from Maven repos
  • Loading branch information
leonardehrenfried authored Sep 9, 2024
2 parents 8612fbc + 2fdace7 commit 06ad9a6
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -533,11 +533,6 @@
<name>Open Source Geospatial Foundation Repository</name>
<url>https://repo.osgeo.org/repository/release/</url>
</repository>
<repository>
<id>onebusaway-releases</id>
<name>Onebusaway Releases Repo</name>
<url>https://repo.camsys-apps.com/releases/</url>
</repository>
</repositories>

<dependencyManagement>
Expand Down Expand Up @@ -824,13 +819,7 @@
<dependency>
<groupId>org.onebusaway</groupId>
<artifactId>onebusaway-gtfs</artifactId>
<version>1.4.17</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>3.2.3</version>
</dependency>
<!-- Processing is used for the debug GUI (though we could probably use just Java2D) -->
<dependency>
Expand Down

0 comments on commit 06ad9a6

Please sign in to comment.