Merge "Refer JUNIT version of parent pom."
authorMarcus Williams <marcus.williams@intel.com>
Thu, 21 Sep 2017 18:27:37 +0000 (18:27 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 21 Sep 2017 18:27:37 +0000 (18:27 +0000)
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>