aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee, Tian (tl5884) <TianL@amdocs.com>2019-03-11 15:22:59 +0000
committerLee, Tian (tl5884) <TianL@amdocs.com>2019-03-11 15:22:59 +0000
commit78cf196635a74d36c1da78129b12c7d38497797c (patch)
tree8298c3121c5f0a0bf98fb2313356c9882aad073b
parent641a7608e7c0c8fea6a74e33c2b775a89117750a (diff)
Remove unneeded dependency causing Sonar bug
Change-Id: I881e829a08c34f503bb8ce5360a84c9be58f76fe Issue-ID: AAI-2230 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
-rw-r--r--champ-lib/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml
index e280f4a..e734607 100644
--- a/champ-lib/pom.xml
+++ b/champ-lib/pom.xml
@@ -58,13 +58,6 @@ limitations under the License.
<scope>test</scope>
</dependency>
<dependency>
- <groupId>jdk.tools</groupId>
- <artifactId>jdk.tools</artifactId>
- <version>1.8</version>
- <scope>system</scope>
- <systemPath>${java.home}/../lib/tools.jar</systemPath>
- </dependency>
- <dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.agent</artifactId>
<version>0.7.9</version>