Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skyleaworlder committed Jun 17, 2024
1 parent 773e548 commit 76dd18f
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -386,24 +386,29 @@
<artifactId>jgrapht</artifactId>
<version>0.8.3</version>
</dependency>
<!-- <dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>12.0.1</version>
</dependency> -->
<!-- <dependency> -->
</dependency>
<dependency>
<!-- LGPL -->
<!-- <groupId>org.jgrapht</groupId> <artifactId>jgrapht-core</artifactId>
<version>0.9.0</version> </dependency> <dependency> -->
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht-core</artifactId>
<version>0.9.0</version>
</dependency>
<dependency>
<!-- LGPL -->
<!-- <groupId>org.jgrapht</groupId> <artifactId>jgrapht-ext</artifactId>
<version>0.9.0</version> </dependency> -->
<!--<dependency> -->
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht-ext</artifactId>
<version>0.9.0</version>
</dependency>
<dependency>
<!--&lt;!&ndash; LGPL &ndash;&gt; -->
<!--<groupId>com.panayotis</groupId> -->
<!--<artifactId>JavaPlot</artifactId> -->
<!--<version>0.4.0</version> -->
<!--</dependency> -->
<groupId>com.panayotis</groupId>
<artifactId>JavaPlot</artifactId>
<version>0.4.0</version>
</dependency>
<dependency>
<!-- BSD -->
<groupId>com.thoughtworks.xstream</groupId>
Expand Down

0 comments on commit 76dd18f

Please sign in to comment.