Remove unneeded dependency causing Sonar bug 52/81952/1
authorLee, Tian (tl5884) <TianL@amdocs.com>
Mon, 11 Mar 2019 15:22:59 +0000 (15:22 +0000)
committerLee, Tian (tl5884) <TianL@amdocs.com>
Mon, 11 Mar 2019 15:22:59 +0000 (15:22 +0000)
Change-Id: I881e829a08c34f503bb8ce5360a84c9be58f76fe
Issue-ID: AAI-2230
Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
champ-lib/pom.xml

index e280f4a..e734607 100644 (file)
@@ -57,13 +57,6 @@ limitations under the License.
             <version>4.12</version>
             <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>