svn commit: r1872710 - /db/torque/torque4/trunk/torque-ant-tasks/pom.xml

[email protected]
Newsgroups gmane.comp.jakarta.turbine.torque.devel
Message-ID <[email protected]>
Author: gk
Date: Mon Jan 13 14:53:23 2020
New Revision: 1872710

URL: http://svn.apache.org/viewvc?rev=1872710&view=rev
Log:
- exclude sun.tools

Modified:
    db/torque/torque4/trunk/torque-ant-tasks/pom.xml

Modified: db/torque/torque4/trunk/torque-ant-tasks/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-ant-tasks/pom.xml?rev=1872710&r1=1872709&r2=1872710&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-ant-tasks/pom.xml (original)
+++ db/torque/torque4/trunk/torque-ant-tasks/pom.xml Mon Jan 13 14:53:23 2020
@@ -49,13 +49,19 @@
         <artifactId>torque-templates</artifactId>
         <version>${project.version}</version>
     </dependency>
+   <!-- SOME ant tasks depends on sytstem tools -->
     <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
       <version>1.10.7</version>
       <scope>provided</scope>
+      <exclusions> 
+        <exclusion>
+          <groupId>com.sun</groupId>
+          <artifactId>tools</artifactId>
+       </exclusion>
+      </exclusions>
     </dependency>
-
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.