Release mdsal
[mdsal.git] / dom / mdsal-dom-spi / pom.xml
index fd6ed29772cc274f1e0ee3bfd9a3fd61eb01ef3a..4da1bd862db40f797289d0655294803e82620cca 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.2</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
             <groupId>org.eclipse.jdt</groupId>
             <artifactId>org.eclipse.jdt.annotation</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.gaul</groupId>
+            <artifactId>modernizer-maven-annotations</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>concepts</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>yang-parser-api</artifactId>
+            <artifactId>yang-model-spi</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>yang-repo-api</artifactId>
+            <artifactId>yang-parser-api</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>