aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Benjamin <mb388a@att.com>2017-02-17 11:34:11 -0500
committerMax Benjamin <mb388a@att.com>2017-02-17 14:07:43 -0500
commit14329d2ad004d392359cea11a64277afeeb3b317 (patch)
treea7b4c21fb9f3b9446e7014f7331841ce4d2b7182
parenta4af81516bbca3295060577cc385f5159d3fca49 (diff)
added reference to Java1.8 jdk.tools
Required for hbase client dependency Change-Id: I926b7e34fe13e56d5b9ebe1f042b95ccfc005183 Signed-off-by: Max Benjamin <mb388a@att.com>
-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>