Release appc
[appc.git] / appc-outbound / appc-network-inventory-client / provider / pom.xml
index f305e27..37ca16b 100755 (executable)
        <parent>
                <groupId>org.onap.appc.parent</groupId>
                <artifactId>binding-parent</artifactId>
-               <version>2.7.0</version>
+               <version>2.7.2</version>
                 <relativePath/>
        </parent>
         <groupId>org.onap.appc</groupId>
 
     <artifactId>appc-network-inventory-client-provider</artifactId>
-    <version>1.7.1-SNAPSHOT</version>
+    <version>1.7.2</version>
     <packaging>bundle</packaging>
     <name>APPC Network Client - Provider</name>
 
             <artifactId>jersey-client</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.jline</groupId>
+            <artifactId>jline</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>