Skip to content

Commit

Permalink
Merge pull request #831 from conveyal/remove-jitpack-repo
Browse files Browse the repository at this point in the history
Remove jitpack maven repo
  • Loading branch information
abyrd committed Oct 28, 2022
2 parents 3e56196 + 9ada5fc commit c33868b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,8 @@ repositories {
// Put Open Source Geospatial before Maven Central to get JAI core, see https://stackoverflow.com/a/26993223
maven { url 'https://repo.osgeo.org/repository/release/' }
mavenCentral()
// TODO review whether we really need these repositories
// TODO review whether we really need the repositories below
maven { url 'https://maven.conveyal.com' }
// Used for importing java projects from github (why do we need this?)
maven { url 'https://jitpack.io' }
// For the polyline encoder
maven { url 'https://nexus.axiomalaska.com/nexus/content/repositories/public-releases' }
}
Expand Down

0 comments on commit c33868b

Please sign in to comment.