Release appc
[appc.git] / appc-adapters / appc-rest-adapter / appc-rest-adapter-bundle / pom.xml
index 13049c1..7df4651 100644 (file)
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.onap.appc.parent</groupId>
                <artifactId>binding-parent</artifactId>
-               <version>2.6.0-SNAPSHOT</version>
+               <version>2.6.2</version>
                 <relativePath />
        </parent>
 
                        <artifactId>javax.ws.rs-api</artifactId>
                        </dependency>
 
-               <!-- Jersey support needed for OpenStack connector and API version logic -->
-               <dependency>
-                       <groupId>com.sun.jersey</groupId>
-                       <artifactId>jersey-client</artifactId>
-                       </dependency>
-
                <dependency>
                <groupId>org.json</groupId>
                <artifactId>json</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>com.sun.jersey</groupId>
-                       <artifactId>jersey-json</artifactId>
-                       </dependency>
 
                <dependency>
                        <groupId>javax.xml.bind</groupId>
                        </plugin>
                </plugins>
        </build>
-       <version>1.6.0-SNAPSHOT</version>
+       <version>1.6.4</version>
 </project>