Skip to content

Commit

Permalink
depend on drt-extensions in order to get drt simwrapper dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
tschlenther committed May 17, 2024
1 parent 168e2a5 commit 068e195
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@
<scope>compile</scope>
</dependency>

<dependency>
<!-- for drt dashboard-->
<groupId>org.matsim.contrib</groupId>
<artifactId>drt-extensions</artifactId>
<version>${matsim.version}</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.matsim.contrib</groupId>
<artifactId>roadpricing</artifactId>
Expand Down

0 comments on commit 068e195

Please sign in to comment.