Set Honeycomb version to 1.19.01.1-SNAPSHOT
[honeycomb.git] / infra / it / it-test / pom.xml
index 8a81f85..c4f2a18 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.17.01-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.01-SNAPSHOT</version>
+    <version>1.19.01.1-SNAPSHOT</version>
 
     <properties>
-        <hc.infra.version>1.17.01-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>
+        <plugins>
+            <plugin>
+                <groupId>org.jacoco</groupId>
+                <artifactId>jacoco-maven-plugin</artifactId>
+                <configuration>
+                    <!-- Include module's tests in IT coverage report -->
+                    <destFile>../../../common/honeycomb-parent/target/jacoco-it.exec</destFile>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>
\ No newline at end of file