Change parent version
[appc.git] / appc-oam / appc-oam-bundle / pom.xml
index fdc0c8f..1cb2b51 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.5.0</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>