Release mdsal
[mdsal.git] / binding / mdsal-binding-dom-codec / pom.xml
index 6e16f67d2070da741841e143c32b35187b9a2f59..3d0fea2e3f3efe6cb09b1d870870405639d5b412 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.2</version>
         <relativePath>../../dom/dom-parent</relativePath>
     </parent>
 
             <artifactId>mdsal-binding-runtime-spi</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.junit.jupiter</groupId>
+            <artifactId>junit-jupiter-params</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>