Skip to content

Commit

Permalink
Merge branch 'dev' into dev-flex
Browse files Browse the repository at this point in the history
  • Loading branch information
br648 committed Nov 14, 2023
2 parents 128f14d + 3001771 commit 0c53163
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@
</plugins>
</build>
<repositories>
<!-- used for importing java projects from github -->
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<!-- Hack to force maven to check central first. Maven central is inherited from the superpom,
but ends up at the end of the list. Though most of the time the artifact is in central,
Maven tries to download from every other repository and fails before checking central.
Expand Down Expand Up @@ -203,11 +208,6 @@
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
<!-- used for importing java projects from github -->
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<dependencies>
Expand Down Expand Up @@ -259,7 +259,11 @@
<version>5.5.2</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mobilitydata.gtfs-validator</groupId>
<artifactId>gtfs-validator-main</artifactId>
<version>4.1.0</version>
</dependency>
<!-- Used for loading/fetching/validating/writing GTFS entities. gtfs-lib also provides access to:
- commons-io - generic utilities
- AWS S3 SDK - putting/getting objects into/out of S3.
Expand Down Expand Up @@ -445,11 +449,6 @@
<artifactId>aws-java-sdk-sts</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>com.github.MobilityData.gtfs-validator</groupId>
<artifactId>gtfs-validator-main</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
Expand Down

0 comments on commit 0c53163

Please sign in to comment.