Skip to content

Commit

Permalink
return to matsim 11 for now. matsim 12 depends on apache commons comp…
Browse files Browse the repository at this point in the history
…ressor which clashes with same package in the josm dependency
  • Loading branch information
nkuehnel committed Feb 27, 2021
1 parent 615033d commit b5df58b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ dependencies {
if (openjfxClasspath != null) {
implementation(files(openjfxClasspath))
}
packIntoJar ('org.matsim:matsim:12.0') {changing = true}
packIntoJar ('org.matsim.contrib:otfvis:12.0') {changing = true}
packIntoJar ('org.matsim.contrib:emissions:12.0') {changing = true}
packIntoJar ('org.matsim:matsim:11.0') {changing = true}
packIntoJar ('org.matsim.contrib:otfvis:11.0') {changing = true}
packIntoJar ('org.matsim.contrib:emissions:11.0') {changing = true}
packIntoJar ('com.conveyal:gtfs-lib:5.0.7')

def junitVersion = "5.5.2"
Expand Down

0 comments on commit b5df58b

Please sign in to comment.