Remove tools.jar from maven configs.

No longer needed and actually gone on Java 11.

Change-Id: Idfd6186933e95c7c6e7898d0c9b238640491518e
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/bundles/org.eclipse.swt/pom.xml b/bundles/org.eclipse.swt/pom.xml
index e87e5d2..9a6a54d 100644
--- a/bundles/org.eclipse.swt/pom.xml
+++ b/bundles/org.eclipse.swt/pom.xml
@@ -80,14 +80,12 @@
                             </execution>
                         </executions>
                         <dependencies>
-                            <dependency>
-                                <groupId>com.sun</groupId>
-                                <artifactId>tools</artifactId>
-                                <version>0.0.0</version>
-                                <scope>system</scope>
-                                <systemPath>${toolsjar}</systemPath>
-                            </dependency>
-                        </dependencies>
+		                    <dependency>
+		                        <groupId>org.apache.ant</groupId>
+		                        <artifactId>ant</artifactId>
+		                        <version>1.10.8</version>
+		                    </dependency>
+               			</dependencies>
                     </plugin>
                 </plugins>
             </build>