Skip to content

Commit bd686c6

Browse files
Remove com.sun.tools dependency from pom.xml
1 parent e609391 commit bd686c6

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
@@ -87,15 +87,6 @@
8787
<plugin>
8888
<artifactId>maven-antrun-plugin</artifactId>
8989
<version>1.7</version>
90-
<dependencies>
91-
<dependency>
92-
<groupId>com.sun</groupId>
93-
<artifactId>tools</artifactId>
94-
<version>1.5.0</version>
95-
<scope>system</scope>
96-
<systemPath>${java.home}/../lib/tools.jar</systemPath>
97-
</dependency>
98-
</dependencies>
9990
<executions>
10091
<execution>
10192
<id>intitialize-sources</id>

0 commit comments

Comments
 (0)