summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-20 18:46:18 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-20 18:46:18 +0000
commit8c7fa371828992e5cca1f2eb614a600bb21335b7 (patch)
treee7f8e7842c1a72df57e55fef7449cfc849f916cf /sca-java-2.x/trunk
parente43bb6f20cf6de22dd7dc421dd1e0cc7623666a1 (diff)
TUSCANY-2594 - Removing tools.jar dependency from parent pom pluginManagement section to avoid issues in Mac OS environment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901322 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r--sca-java-2.x/trunk/pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml
index 355a4265c5..6e52cf5b77 100644
--- a/sca-java-2.x/trunk/pom.xml
+++ b/sca-java-2.x/trunk/pom.xml
@@ -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>