Skip to content

Commit d343c59

Browse files
parthkariamaibin
authored andcommitted
BAEL-815 Move JGraphT code from libraries to algorithms (eugenp#2695)
* BAEL-815 Introduction to JGraphT * BAEL-815 Move code from libraries to algorithms
1 parent 29cc370 commit d343c59

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

algorithms/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
<artifactId>jenetics</artifactId>
3535
<version>3.7.0</version>
3636
</dependency>
37+
<dependency>
38+
<groupId>org.jgrapht</groupId>
39+
<artifactId>jgrapht-core</artifactId>
40+
<version>1.0.1</version>
41+
</dependency>
3742
</dependencies>
3843

3944
<build>

libraries/src/test/java/com/baeldung/jgrapht/CompleteGraphTest.java renamed to algorithms/src/test/java/com/baeldung/jgrapht/CompleteGraphTest.java

File renamed without changes.

libraries/src/test/java/com/baeldung/jgrapht/DirectedGraphTests.java renamed to algorithms/src/test/java/com/baeldung/jgrapht/DirectedGraphTests.java

File renamed without changes.

libraries/src/test/java/com/baeldung/jgrapht/EulerianCircuitTest.java renamed to algorithms/src/test/java/com/baeldung/jgrapht/EulerianCircuitTest.java

File renamed without changes.

libraries/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -585,11 +585,6 @@
585585
<artifactId>fugue</artifactId>
586586
<version>3.0.0-m007</version>
587587
</dependency>
588-
<dependency>
589-
<groupId>org.jgrapht</groupId>
590-
<artifactId>jgrapht-core</artifactId>
591-
<version>1.0.1</version>
592-
</dependency>
593588
</dependencies>
594589
<repositories>
595590
<repository>

0 commit comments

Comments
 (0)