diff options
author | ramu.n <ramu.n@huawei.com> | 2017-09-25 18:16:12 +0530 |
---|---|---|
committer | ramu.n <ramu.n@huawei.com> | 2017-09-25 21:25:38 +0530 |
commit | 9fc3345f470867d0df06b071d652641f7af38897 (patch) | |
tree | 84854b2990bea346a15c66c5d38f9a59b0f8a1b3 /generic-resource-api/provider/pom.xml | |
parent | 15cfb74776aafab9319a859f8b7cce9de23df209 (diff) |
Improve SDNC Sonar coverage
Added initial test cases for GENERIC-RESOURCE-APIs
Change-Id: I84a0d44210f97b9378ad75cc55919d5d404be6a2
Issue-Id: SDNC-101
Signed-off-by: Ramu N <ramu.n@huawei.com>
Diffstat (limited to 'generic-resource-api/provider/pom.xml')
-rw-r--r-- | generic-resource-api/provider/pom.xml | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/generic-resource-api/provider/pom.xml b/generic-resource-api/provider/pom.xml index 649b35e2..2f4a25fb 100644 --- a/generic-resource-api/provider/pom.xml +++ b/generic-resource-api/provider/pom.xml @@ -37,7 +37,6 @@ <version>${odl.mdsal.version}</version> </dependency> - <!-- <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-test-model</artifactId> @@ -60,12 +59,12 @@ <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-binding-broker-impl</artifactId> - <version>${odl.mdsal.version}}</version> + <version>${odl.mdsal.version}</version> <type>test-jar</type> <classifier>tests</classifier> <scope>test</scope> </dependency> - --> + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> @@ -76,17 +75,24 @@ <artifactId>sli-common</artifactId> <version>${sdnctl.sli.version}</version> </dependency> + <dependency> + <groupId>org.onap.ccsdk.sli.core</groupId> + <artifactId>sli-provider</artifactId> + <version>${sdnctl.sli.version}</version> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit.version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.onap.ccsdk.sli.core</groupId> - <artifactId>sli-provider</artifactId> - <version>${sdnctl.sli.version}</version> - </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>${mockito.version}</version> + <scope>test</scope> + </dependency> </dependencies> <build> |