aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-12-20 10:17:15 -0500
committerVenkata Harish K Kajur <vk250x@att.com>2017-12-20 10:18:46 -0500
commit78c96d11932a849a1702ab134391918a723f01ef (patch)
tree34a8347ec46941284bbaea0d110c9a5d8002a88b
parent450d86eab4d080093bdfcdb99c822964f89a28e9 (diff)
Remove the tools dependency of jdk
Issue-ID: AAI-566 Change-Id: I1b8e0806917c22f102cbddeb8d82c7f458241247 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
-rw-r--r--aai-traversal/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml
index 2cf1f46..9db65af 100644
--- a/aai-traversal/pom.xml
+++ b/aai-traversal/pom.xml
@@ -173,14 +173,6 @@
</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>
<scope>test</scope>