Skip to content

Commit

Permalink
Remove com.sun.tools dependency from pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Aug 21, 2020
1 parent 27e1e90 commit d0dd5ab
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,6 @@
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<dependencies>
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.5.0</version>
<scope>system</scope>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
</dependencies>
<executions>
<execution>
<id>intitialize-sources</id>
Expand Down

0 comments on commit d0dd5ab

Please sign in to comment.