Skip to content

Commit

Permalink
Update gs-core in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
hichbra committed Apr 11, 2018
1 parent a7acb13 commit 373af85
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,19 @@
</plugins>
</reporting>

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.graphstream</groupId>
<groupId>com.github.graphstream</groupId>
<artifactId>gs-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<version>2.0-alpha</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 373af85

Please sign in to comment.