aboutsummaryrefslogtreecommitdiffstats
path: root/ajsc-aai/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ajsc-aai/pom.xml')
-rw-r--r--ajsc-aai/pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/ajsc-aai/pom.xml b/ajsc-aai/pom.xml
index 524ebaf..783d965 100644
--- a/ajsc-aai/pom.xml
+++ b/ajsc-aai/pom.xml
@@ -86,8 +86,13 @@
<artifactId>commons-collections</artifactId>
</dependency>
-
-
+ <dependency>
+ <groupId>jdk.tools</groupId>
+ <artifactId>jdk.tools</artifactId>
+ <version>1.8.0</version>
+ <scope>system</scope>
+ <systemPath>${JAVA_HOME}/lib/tools.jar</systemPath>
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>