Skip to content

Commit ab3c4f7

Browse files
committed
Use jgrapht from Maven Central
1 parent 59958d5 commit ab3c4f7

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,15 @@
2323
</dependency>
2424
<dependency>
2525
<groupId>net.sf.jgrapht</groupId>
26-
<artifactId>jgrapht-core</artifactId>
27-
<version>0.8.3-SNAPSHOT</version>
28-
<type>jar</type>
26+
<artifactId>jgrapht</artifactId>
27+
<version>0.8.3</version>
2928
</dependency>
3029
<dependency>
3130
<groupId>org.slf4j</groupId>
3231
<artifactId>slf4j-log4j12</artifactId>
3332
<version>1.7.5</version>
3433
</dependency>
3534
</dependencies>
36-
<repositories>
37-
<repository>
38-
<id>irstv</id>
39-
<name>IRSTV repository</name>
40-
<url>http://repo.orbisgis.org</url>
41-
</repository>
42-
</repositories>
4335
<build>
4436
<plugins>
4537
<plugin>

0 commit comments

Comments
 (0)