Skip to content

Commit

Permalink
fix: build failed, due to missing dependencies, so I remove related t…
Browse files Browse the repository at this point in the history
…ests
  • Loading branch information
skyleaworlder committed Jun 17, 2024
1 parent 773e548 commit ae36cb3
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 485 deletions.
36 changes: 21 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@
<activation>
<activeByDefault>true</activeByDefault>
<file>
<exists>${java.home}/../lib/tools.jar</exists>
<exists>/home/jump/Desktop/Projects/evosuite-plus-plus/libs/tools.jar</exists>
</file>
</activation>
<properties>
<toolsjar>${java.home}/../lib/tools.jar</toolsjar>
<toolsjar>/home/jump/Desktop/Projects/evosuite-plus-plus/libs/tools.jar</toolsjar>
</properties>
</profile>
<profile>
Expand Down Expand Up @@ -295,7 +295,8 @@
<artifactId>tools</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${toolsjar}</systemPath>
<!-- <systemPath>${toolsjar}</systemPath>-->
<systemPath>/home/jump/Desktop/Projects/evosuite-plus-plus/libs/tools.jar</systemPath>
</dependency>
<dependency>
<!-- GPL, but classpath exception -->
Expand Down Expand Up @@ -386,24 +387,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
43 changes: 0 additions & 43 deletions shell/src/test/java/visualization/Main.java

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions shell/src/test/java/visualization/StartVisualizer.java

This file was deleted.

This file was deleted.

132 changes: 0 additions & 132 deletions shell/src/test/java/visualization/controller/MainController.java

This file was deleted.

Loading

0 comments on commit ae36cb3

Please sign in to comment.