aboutsummaryrefslogtreecommitdiffstats
path: root/sli/common/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-10-25 14:08:31 -0400
committerDan Timoney <dtimoney@att.com>2017-10-25 14:16:51 -0400
commitd621496c524846c1d0375926cafefdbf7bdd1d93 (patch)
tree35bea5981993c6c2350d0c35d806fc10aa9b3f1d /sli/common/pom.xml
parent26f3062b282aff2f33d5c364a9e3e343c569ca0a (diff)
Add unit test case for PrintYangToProp
Add junit testing for PrintYangToProp Change-Id: I8c377bb51c812ea9ead32d8e9d5ef871157162a8 Issue-ID: CCSDK-129 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sli/common/pom.xml')
-rwxr-xr-xsli/common/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sli/common/pom.xml b/sli/common/pom.xml
index bd9ec696..23f2df87 100755
--- a/sli/common/pom.xml
+++ b/sli/common/pom.xml
@@ -95,6 +95,12 @@
<artifactId>dblib-provider</artifactId>
<version>${sdnctl.dblib.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
+ <artifactId>sliapi-model</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>