diff options
author | Patrick Brady <pb071s@att.com> | 2017-10-09 13:16:46 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-10-09 13:17:09 -0700 |
commit | 42526790eb146a842307bcfb35adb50d1673a7f6 (patch) | |
tree | f3a759031728d97244bb6c0fefe404b8b3ed834a | |
parent | c645cb8f522294ab1a06be3d83fbee4af1b532e2 (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.xml | 4 |
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> |