Skip to content

Commit

Permalink
update to matsim w49 and update apache commons-io to 2.4, so it works
Browse files Browse the repository at this point in the history
with GTFS2Matsim / gtfs lib 5.0.2 in matsim-berlin
  • Loading branch information
vsp-gleich committed Dec 10, 2019
1 parent ced1339 commit 6f88637
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- <matsim.version>12.0-SNAPSHOT</matsim.version> -->

<!--weekly "release":-->
<matsim.version>12.0-2019w45-SNAPSHOT</matsim.version>
<matsim.version>12.0-2019w49-SNAPSHOT</matsim.version>
</properties>

<repositories>
Expand Down Expand Up @@ -110,11 +110,11 @@
<artifactId>jcodec-javase</artifactId>
<version>0.1.9</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<param name="numberOfThreads" value="1"/>
<param name="operationalScheme" value="serviceAreaBased"/>
<param name="drtServiceAreaShapeFile" value="./equil-zone/equi-zone.shp" />
<param name="plotDetailedWarnings" value="true"/>
<param name="rejectRequestIfMaxWaitOrTravelTimeViolated" value="false"/>
<param name="stopDuration" value="60.0"/>
<param name="transitStopFile" value="null"/>
Expand Down

0 comments on commit 6f88637

Please sign in to comment.