Release appc
[appc.git] / appc-adapters / appc-rest-healthcheck-adapter / appc-rest-healthcheck-adapter-bundle / pom.xml
index 7bc8eda..985693c 100644 (file)
@@ -24,8 +24,8 @@
     <parent>
         <groupId>org.onap.appc.parent</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
-        <relativePath />
+        <version>2.7.0</version>
+        <relativePath/>
     </parent>
 
     <groupId>org.onap.appc</groupId>
             <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>com.sun.jersey</groupId>
-            <artifactId>jersey-json</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>javax.xml.bind</groupId>
             <artifactId>jaxb-api</artifactId>
             </plugin>
         </plugins>
     </build>
-    <version>1.6.1-SNAPSHOT</version>
+    <version>1.7.0</version>
 </project>