Update parent pom version
[appc.git] / appc-adapters / appc-netconf-adapter / appc-netconf-adapter-bundle / pom.xml
index 03143c5..cdab8e9 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.appc.parent</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>1.4.0</version>
+        <version>1.4.1</version>
         <relativePath />
     </parent>
 
             <artifactId>jsch</artifactId>
             <version>0.1.54</version>
         </dependency>
-
+        <dependency>
+          <groupId>org.hamcrest</groupId>
+          <artifactId>hamcrest-all</artifactId>
+          <version>1.3</version>
+          <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>