added reference to Java1.8 jdk.tools 67/667/1
authorMax Benjamin <mb388a@att.com>
Fri, 17 Feb 2017 16:34:11 +0000 (11:34 -0500)
committerMax Benjamin <mb388a@att.com>
Fri, 17 Feb 2017 19:07:43 +0000 (14:07 -0500)
Required for hbase client dependency

Change-Id: I926b7e34fe13e56d5b9ebe1f042b95ccfc005183
Signed-off-by: Max Benjamin <mb388a@att.com>
ajsc-aai/pom.xml

index 524ebaf..783d965 100644 (file)
                        <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>