summaryrefslogtreecommitdiffstats
path: root/java/sca/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/pom.xml')
-rw-r--r--java/sca/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/java/sca/pom.xml b/java/sca/pom.xml
index d3a4149103..a509fb7d3a 100644
--- a/java/sca/pom.xml
+++ b/java/sca/pom.xml
@@ -705,6 +705,15 @@
<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>