Remove the tools dependency of jdk 31/26631/1
authorVenkata Harish K Kajur <vk250x@att.com>
Wed, 20 Dec 2017 15:17:15 +0000 (10:17 -0500)
committerVenkata Harish K Kajur <vk250x@att.com>
Wed, 20 Dec 2017 15:18:46 +0000 (10:18 -0500)
Issue-ID: AAI-566
Change-Id: I1b8e0806917c22f102cbddeb8d82c7f458241247
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
aai-traversal/pom.xml

index 2cf1f46..9db65af 100644 (file)
             <artifactId>commons-collections</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>jdk.tools</groupId>
-            <artifactId>jdk.tools</artifactId>
-            <version>1.8.0_101</version>
-            <scope>system</scope>
-            <systemPath>${JAVA_HOME}/lib/tools.jar</systemPath>
-        </dependency>
-
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>