Skip to content

Commit

Permalink
Fix some AMPL export dependencies scope
Browse files Browse the repository at this point in the history
  • Loading branch information
geofjamg committed Oct 13, 2016
1 parent f3d07be commit 050f5bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ampl-export/pom.xml
Expand Up @@ -43,16 +43,19 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>eu.itesla_project</groupId>
<artifactId>iidm-network-test</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>eu.itesla_project</groupId>
<artifactId>iidm-network-impl</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 050f5bc

Please sign in to comment.