Release appc
[appc.git] / appc-dg-util / appc-dg-util-bundle / pom.xml
index a769c64..5ae59c1 100644 (file)
@@ -3,7 +3,7 @@
   ============LICENSE_START=======================================================
   ONAP : APPC
   ================================================================================
-  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
   Copyright (C) 2017 Amdocs
   ================================================================================
   Modifications Copyright (C) 2018 Nokia
        <parent>
                <groupId>org.onap.appc.parent</groupId>
                <artifactId>binding-parent</artifactId>
-               <version>2.6.0-SNAPSHOT</version>
+               <version>2.6.2</version>
                 <relativePath />
        </parent>
        <groupId>org.onap.appc</groupId>
     <artifactId>appc-dg-util-bundle</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.6.4</version>
     <packaging>bundle</packaging>
     <name>appc-dg-util - bundle</name>
     <properties>
             <groupId>javax.ws.rs</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>
         <dependency>
             <groupId>org.onap.appc</groupId>
             <artifactId>appc-netconf-adapter-bundle</artifactId>
-            <version>1.6.2-SNAPSHOT</version>
+            <version>1.6.4</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>