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:21 UTC

svn commit: r901323 - /tuscany/sca-java-2.x/trunk/itest/distribution/implementation-java-calculator/pom.xml

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

URL: http://svn.apache.org/viewvc?rev=901323&view=rev
Log:
Removing other references to tools.jar

Modified:
    tuscany/sca-java-2.x/trunk/itest/distribution/implementation-java-calculator/pom.xml

Modified: tuscany/sca-java-2.x/trunk/itest/distribution/implementation-java-calculator/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/distribution/implementation-java-calculator/pom.xml?rev=901323&r1=901322&r2=901323&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/distribution/implementation-java-calculator/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/distribution/implementation-java-calculator/pom.xml Wed Jan 20 18:46:21 2010
@@ -55,14 +55,6 @@
                         <artifactId>ant-trax</artifactId>
                         <version>1.6.5</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>
-                    </dependency>
                 </dependencies>
 
                 <executions>