You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2010/01/20 19:46:19 UTC

svn commit: r901322 - /tuscany/sca-java-2.x/trunk/pom.xml

Author: lresende
Date: Wed Jan 20 18:46:18 2010
New Revision: 901322

URL: http://svn.apache.org/viewvc?rev=901322&view=rev
Log:
TUSCANY-2594 - Removing tools.jar dependency from parent pom  pluginManagement section to avoid issues in Mac OS environment

Modified:
    tuscany/sca-java-2.x/trunk/pom.xml

Modified: tuscany/sca-java-2.x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/pom.xml?rev=901322&r1=901321&r2=901322&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Wed Jan 20 18:46:18 2010
@@ -819,15 +819,6 @@
                             <artifactId>ant-trax</artifactId>
                             <version>1.7.1</version>
                         </dependency>
-                        <!-- this JDk dependency is a workaround for Maven bug - http://jira.codehaus.org/browse/MNG-1323  -->
-                        <dependency>
-                            <groupId>sun.jdk</groupId>
-                            <artifactId>tools</artifactId>
-                            <version>1.6</version>
-                            <scope>system</scope>
-                            <systemPath>${java.home}/../lib/tools.jar</systemPath>
-                            <optional>true</optional>
-                        </dependency>
                     </dependencies>
                 </plugin>