Skip to content

Commit

Permalink
Move gtfs-lib dependency to Jitpack.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaz committed Mar 28, 2017
1 parent 31ee9da commit 81ad6c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {
url 'http://oss.jfrog.org/artifactory/libs-snapshot'
}
maven {
url 'http://maven.conveyal.com'
url 'https://jitpack.io'
}
mavenCentral()
}
Expand All @@ -43,7 +43,7 @@ configurations {
dependencies {
compile ('org.matsim:matsim:0.9.0-SNAPSHOT') {changing = true}
compile ('org.matsim.contrib:otfvis:0.9.0-SNAPSHOT') {changing = true}
compile ('com.conveyal:gtfs-lib:1.1.0')
compile ('com.github.conveyal:gtfs-lib:v1.1.0')


// We also include the JOSM jar, which will be downloaded below. But it will not go into the jar.
Expand Down

0 comments on commit 81ad6c3

Please sign in to comment.