We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70b45a9 + 9a5666c commit c8e9728Copy full SHA for c8e9728
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.orbisgis</groupId>
6
<artifactId>java-network-analyzer</artifactId>
7
- <version>0.1.3</version>
+ <version>0.1.4</version>
8
<packaging>bundle</packaging>
9
<name>Java-Network-Analyzer</name>
10
<url>https://github.com/agouge/Java-Network-Analyzer</url>
@@ -25,9 +25,9 @@
25
<scope>test</scope>
26
</dependency>
27
<dependency>
28
- <groupId>net.sf.jgrapht</groupId>
29
- <artifactId>jgrapht</artifactId>
30
- <version>0.8.3</version>
+ <groupId>org.jgrapht</groupId>
+ <artifactId>jgrapht-core</artifactId>
+ <version>0.9.0</version>
31
32
33
<groupId>org.slf4j</groupId>
0 commit comments