Skip to content

Commit c8e9728

Browse files
committed
Merge pull request #4 from agouge/jgrapht-update
Use jgrapht-core 0.9.0
2 parents 70b45a9 + 9a5666c commit c8e9728

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.orbisgis</groupId>
66
<artifactId>java-network-analyzer</artifactId>
7-
<version>0.1.3</version>
7+
<version>0.1.4</version>
88
<packaging>bundle</packaging>
99
<name>Java-Network-Analyzer</name>
1010
<url>https://github.com/agouge/Java-Network-Analyzer</url>
@@ -25,9 +25,9 @@
2525
<scope>test</scope>
2626
</dependency>
2727
<dependency>
28-
<groupId>net.sf.jgrapht</groupId>
29-
<artifactId>jgrapht</artifactId>
30-
<version>0.8.3</version>
28+
<groupId>org.jgrapht</groupId>
29+
<artifactId>jgrapht-core</artifactId>
30+
<version>0.9.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)