Skip to content

Commit

Permalink
pom and dependencies fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davibicudo committed Feb 26, 2018
1 parent 88f3315 commit a5d0e57
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@
<artifactId>baseline_scenario</artifactId>
<version>0.0.1</version>
<scope>system</scope>
<systemPath>/Users/bicudo/Documents/eclipse/dependencies/baseline_scenario-0.0.1-SNAPSHOT.jar</systemPath>
<systemPath>${project.basedir}/src/main/resources/baseline_scenario-0.0.1-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>org.matsim</groupId>
<artifactId>pt2matsim</artifactId>
<version>0.0.0</version>
<scope>system</scope>
<systemPath>/Users/bicudo/Documents/eclipse/dependencies/pt2matsim-0.0.0-SNAPSHOT.jar</systemPath>
<systemPath>${project.basedir}/src/main/resources/pt2matsim-0.0.0-SNAPSHOT.jar</systemPath>
</dependency>
</dependencies>
<properties>
Expand Down
Binary file not shown.
Binary file added src/main/resources/pt2matsim-0.0.0-SNAPSHOT.jar
Binary file not shown.

0 comments on commit a5d0e57

Please sign in to comment.