summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-20 18:46:21 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-20 18:46:21 +0000
commitea46eca2681bba086952b07a6ccffad667de4b56 (patch)
tree45725cad0b27d60e66f1ed9a7463588783ec89d9
parent8c7fa371828992e5cca1f2eb614a600bb21335b7 (diff)
Removing other references to tools.jar
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901323 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/itest/distribution/implementation-java-calculator/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/sca-java-2.x/trunk/itest/distribution/implementation-java-calculator/pom.xml b/sca-java-2.x/trunk/itest/distribution/implementation-java-calculator/pom.xml
index 497364c13e..54b0e8a453 100644
--- a/sca-java-2.x/trunk/itest/distribution/implementation-java-calculator/pom.xml
+++ b/sca-java-2.x/trunk/itest/distribution/implementation-java-calculator/pom.xml
@@ -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>