Refer JUNIT version of parent pom. 47/14247/2
authorGaurav Agrawal <gaurav.agrawal@huawei.com>
Thu, 21 Sep 2017 13:12:52 +0000 (18:42 +0530)
committerGaurav Agrawal <gaurav.agrawal@huawei.com>
Thu, 21 Sep 2017 13:16:37 +0000 (13:16 +0000)
Remove the hardcoded version and rather take from parent pom.

Change-Id: Ia146f738af2b447b6164bcf8a6ed7a5700d767d9
Issue-Id: SDNC-97
Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
generic-resource-api/provider/pom.xml

index c3f61c9..649b35e 100644 (file)
             <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>3.8.1</version>
+                       <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>
        </dependencies>
 
        <build>