Removing duplicate dependency 19/17719/1
authorPatrick Brady <pb071s@att.com>
Mon, 9 Oct 2017 20:16:46 +0000 (13:16 -0700)
committerPatrick Brady <pb071s@att.com>
Mon, 9 Oct 2017 20:17:09 +0000 (13:17 -0700)
The dblib artifact is listed twice which
is causing errors in maven site generation.

Change-Id: If7b023b71700991738f049e2307c256bfeaaf856
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-266

appc-common/pom.xml

index 4f228bc..73ceb66 100644 (file)
     <artifactId>mockito-core</artifactId>
     <scope>test</scope>
   </dependency>
-      <dependency>
-          <groupId>org.onap.ccsdk.sli.core</groupId>
-          <artifactId>dblib-provider</artifactId>
-      </dependency>
       <dependency>
           <groupId>org.powermock</groupId>
           <artifactId>powermock-reflect</artifactId>