Set Honeycomb version to 1.19.01.1-SNAPSHOT
[honeycomb.git] / infra / it / it-test / pom.xml
index f82e312..c4f2a18 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.17.10-SNAPSHOT</version>
+        <version>1.19.01.1-SNAPSHOT</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
 
     <groupId>io.fd.honeycomb.it</groupId>
     <artifactId>honeycomb-it-test</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.10-SNAPSHOT</version>
+    <version>1.19.01.1-SNAPSHOT</version>
 
     <properties>
-        <hc.infra.version>1.17.10-SNAPSHOT</hc.infra.version>
+        <hc.infra.version>1.19.01.1-SNAPSHOT</hc.infra.version>
     </properties>
 
     <dependencies>
             <artifactId>honeycomb-test-model</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>xmlunit</groupId>
+            <artifactId>xmlunit</artifactId>
+            <version>1.6</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.netconf</groupId>
+            <artifactId>netconf-util</artifactId>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>yang-test-util</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.netconf</groupId>
+            <artifactId>mdsal-netconf-connector</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>