Release appc
[appc.git] / appc-config / appc-flow-controller / provider / pom.xml
index 68321b4..3750d68 100644 (file)
   limitations under the License.
   ============LICENSE_END=========================================================
   -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.onap.appc.parent</groupId>
                <artifactId>binding-parent</artifactId>
-               <version>2.6.0</version>
-                <relativePath />
+               <version>2.7.2</version>
+                <relativePath/>
        </parent>
         <groupId>org.onap.appc</groupId>
     <artifactId>appc-config-flow-controller-provider</artifactId>
@@ -93,9 +92,8 @@
             <artifactId>sli-common</artifactId>
         </dependency>
         <dependency>
-            <groupId>com.sun.jersey</groupId>
+            <groupId>org.glassfish.jersey.core</groupId>
             <artifactId>jersey-client</artifactId>
-            <version>1.17</version>
             <scope>provided</scope>
         </dependency>
 
             </plugin>
         </plugins>
     </build>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.7.2</version>
 </project>