Bump versions to 13.0.1-SNAPSHOT
[mdsal.git] / binding / mdsal-binding-test-model / pom.xml
index 2b2f33dc44a69930d89296857ebc84587f38c0e3..897aa0c013c43a257b51862accef4fc2ab6dbe90 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>10.0.1-SNAPSHOT</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../binding-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>mdsal-binding-test-model</artifactId>
-    <version>10.0.1-SNAPSHOT</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
-    <properties>
-        <!-- generated code, let's not bother with these -->
-        <pmd.skip>true</pmd.skip>
-        <cpd.skip>true</cpd.skip>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
             <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>yang-ext</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8040</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.kohsuke.metainf-services</groupId>
+            <artifactId>metainf-services</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.junit.jupiter</groupId>
+            <artifactId>junit-jupiter-params</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>