Skip to content

Commit 53ee2d2

Browse files
Remove com.sun.tools dependency from pom.xml
1 parent fe1ccc2 commit 53ee2d2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,6 @@
8686
<plugin>
8787
<artifactId>maven-antrun-plugin</artifactId>
8888
<version>1.7</version>
89-
<dependencies>
90-
<dependency>
91-
<groupId>com.sun</groupId>
92-
<artifactId>tools</artifactId>
93-
<version>1.5.0</version>
94-
<scope>system</scope>
95-
<systemPath>${java.home}/../lib/tools.jar</systemPath>
96-
</dependency>
97-
</dependencies>
9889
<executions>
9990
<execution>
10091
<id>intitialize-sources</id>

0 commit comments

Comments
 (0)