Skip to content

Commit

Permalink
add decongestion test case
Browse files Browse the repository at this point in the history
  • Loading branch information
kainagel committed Jan 10, 2024
1 parent 83433de commit d6774ed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 521 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
<!-- This is where we change the matsim version. Maven does not allow using properties in the parent declaration (like ${matsim.version}).
Therefore we need to use a fixed value here and then refer to the matsim version with ${project.parent.version} -->
<!-- Options: stable build based on weekly (e.g. 15.0-PR2344), PR-based (e.g. 15.0-2023w01) or official (e.g. 14.0) releases -->
<version>16.0-2024w02</version>
<!--<version>16.0-2023w39</version>-->
<!-- <version>16.0-2024w02</version>-->
<version>16.0-PR3045</version>
<!--<version>15.0-SNAPSHOT</version>-->
<!-- <version>16.0-SNAPSHOT</version>-->
<relativePath/>
</parent>

Expand Down Expand Up @@ -157,6 +158,11 @@
<artifactId>application</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.matsim.contrib</groupId>
<artifactId>decongestion</artifactId>
<version>${project.parent.version}</version>
</dependency>

<!-- Include the JUnit testing library -->
<dependency>
Expand Down
Loading

0 comments on commit d6774ed

Please sign in to comment.