Release appc
[appc.git] / appc-dg / appc-dg-shared / appc-dg-mdsal-store / appc-dg-mdsal-bundle / pom.xml
index 6939fe4..440c170 100644 (file)
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.appc.parent</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <version>2.6.2</version>
         <relativePath />
     </parent>
     <groupId>org.onap.appc</groupId>
             <groupId>org.powermock</groupId>
             <artifactId>powermock-module-junit4</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.javassist</groupId>
+            <artifactId>javassist</artifactId>
+            <version>3.22.0-GA</version>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>config-api</artifactId>
             <artifactId>commons-io</artifactId>
         </dependency>
     </dependencies>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.4</version>
 </project>