aboutsummaryrefslogtreecommitdiffstats
path: root/appc-common/pom.xml
diff options
context:
space:
mode:
authorbeili.zhou <beili.zhou@amdocs.com>2017-09-22 17:16:48 -0400
committerbeili.zhou <beili.zhou@amdocs.com>2017-09-22 17:19:22 -0400
commitab6544cf74d4dbb70344177880139e6b394b1ab3 (patch)
tree5f94727418e116722e0170bbf0a1b37e5484967b /appc-common/pom.xml
parentffc31862ae72d4d657cd5097e5fe9b3824e7c119 (diff)
Increase sonar coverage for LifecycleManagement
Add Junit tests in state-machine-lib Issue-Id: APPC-225 Change-Id: I54b307663f1e593d597f1c93ed800ea657959030 Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
Diffstat (limited to 'appc-common/pom.xml')
-rw-r--r--appc-common/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/appc-common/pom.xml b/appc-common/pom.xml
index 7ba1c2a57..72348bf74 100644
--- a/appc-common/pom.xml
+++ b/appc-common/pom.xml
@@ -92,6 +92,10 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
+ <artifactId>dblib-provider</artifactId>
+ </dependency>
</dependencies>