aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-10-09 13:16:46 -0700
committerPatrick Brady <pb071s@att.com>2017-10-09 13:17:09 -0700
commit42526790eb146a842307bcfb35adb50d1673a7f6 (patch)
treef3a759031728d97244bb6c0fefe404b8b3ed834a
parentc645cb8f522294ab1a06be3d83fbee4af1b532e2 (diff)
Removing duplicate dependency
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
-rw-r--r--appc-common/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/appc-common/pom.xml b/appc-common/pom.xml
index 4f228bc30..73ceb6647 100644
--- a/appc-common/pom.xml
+++ b/appc-common/pom.xml
@@ -93,10 +93,6 @@
<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>
</dependency>