Skip to content

Commit

Permalink
get maven dependencies right for kagawa
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuehnel committed Aug 1, 2019
1 parent 6bdeb61 commit 5f1c464
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion useCases/kagawa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
<dependencies>
<dependency>
<groupId>com.github.msmobility</groupId>
<artifactId>matsim2silo</artifactId>
<artifactId>mito2silo</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.msmobility</groupId>
<artifactId>schools</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5f1c464

Please sign in to comment.