Changes to support ODL Sulfur update
[sdnc/northbound.git] / generic-resource-api / provider / pom.xml
index 1e6362f..4f2bc8a 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>2.3.3</version>
+        <version>2.4.1</version>
         <relativePath/>
     </parent>
 
 
     <name>sdnc-northbound :: generic-resource-api :: ${project.artifactId}</name>
 
+    <properties>
+        <ccsdk.sli.version>1.5.0-SNAPSHOT</ccsdk.sli.version>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.onap.sdnc.northbound</groupId>
@@ -66,6 +70,7 @@
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
+            <version>3.12.4</version>
             <scope>test</scope>
         </dependency>
     </dependencies>