Release appc
[appc.git] / appc-oam / appc-oam-bundle / pom.xml
index fdc0c8f..8bab0e7 100644 (file)
@@ -29,7 +29,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>
             <version>1.6.2</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.javassist</groupId>
+            <artifactId>javassist</artifactId>
+            <version>3.22.0-GA</version>
+            <scope>test</scope>
+        </dependency>
         <!-- TEMP CODE -->
         <dependency>
             <groupId>org.json</groupId>
         </dependency>
     </dependencies>
 
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.4</version>
 </project>