Skip to content

Commit 4300a29

Browse files
committed
Fix jgrapht component version properties
The org.jgrapht:jgrapht dependency is pom only. The others need properties matching the artifactIds.
1 parent 0c61b42 commit 4300a29

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

pom.xml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,12 @@
909909

910910
<!-- JGraphT - https://github.com/jgrapht/jgrapht -->
911911
<jgrapht.version>1.3.1</jgrapht.version>
912+
<jgrapht-core.version>${jgrapht.version}</jgrapht-core.version>
913+
<jgrapht-demo.version>${jgrapht.version}</jgrapht-demo.version>
914+
<jgrapht-ext.version>${jgrapht.version}</jgrapht-ext.version>
915+
<jgrapht-guava.version>${jgrapht.version}</jgrapht-guava.version>
916+
<jgrapht-io.version>${jgrapht.version}</jgrapht-io.version>
917+
<jgrapht-opt.version>${jgrapht.version}</jgrapht-opt.version>
912918

913919
<!-- JGraphX - https://github.com/jgraph/jgraphx -->
914920
<jgraphx.version>3.4.1.3</jgraphx.version>
@@ -3249,40 +3255,35 @@
32493255
</dependency>
32503256

32513257
<!-- JGraphT - https://github.com/jgrapht/jgrapht -->
3252-
<dependency>
3253-
<groupId>org.jgrapht</groupId>
3254-
<artifactId>jgrapht</artifactId>
3255-
<version>${jgrapht.version}</version>
3256-
</dependency>
32573258
<dependency>
32583259
<groupId>org.jgrapht</groupId>
32593260
<artifactId>jgrapht-core</artifactId>
3260-
<version>${jgrapht.version}</version>
3261+
<version>${jgrapht-core.version}</version>
32613262
</dependency>
32623263
<dependency>
32633264
<groupId>org.jgrapht</groupId>
32643265
<artifactId>jgrapht-demo</artifactId>
3265-
<version>${jgrapht.version}</version>
3266+
<version>${jgrapht-demo.version}</version>
32663267
</dependency>
32673268
<dependency>
32683269
<groupId>org.jgrapht</groupId>
32693270
<artifactId>jgrapht-ext</artifactId>
3270-
<version>${jgrapht.version}</version>
3271+
<version>${jgrapht-ext.version}</version>
32713272
</dependency>
32723273
<dependency>
32733274
<groupId>org.jgrapht</groupId>
32743275
<artifactId>jgrapht-guava</artifactId>
3275-
<version>${jgrapht.version}</version>
3276+
<version>${jgrapht-guava.version}</version>
32763277
</dependency>
32773278
<dependency>
32783279
<groupId>org.jgrapht</groupId>
32793280
<artifactId>jgrapht-io</artifactId>
3280-
<version>${jgrapht.version}</version>
3281+
<version>${jgrapht-io.version}</version>
32813282
</dependency>
32823283
<dependency>
32833284
<groupId>org.jgrapht</groupId>
32843285
<artifactId>jgrapht-opt</artifactId>
3285-
<version>${jgrapht.version}</version>
3286+
<version>${jgrapht-opt.version}</version>
32863287
</dependency>
32873288

32883289
<!-- JGraphX - https://github.com/jgraph/jgraphx -->

0 commit comments

Comments
 (0)