Bump versions to 9.0.2-SNAPSHOT
[mdsal.git] / dom / mdsal-dom-spi / pom.xml
index ed7a85f9fede9ddebd49287f320046f2f6ecadb6..15d4b2de1263e730a5f5009a6ee7277cec4b8971 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>8.0.5-SNAPSHOT</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../dom-parent</relativePath>
     </parent>
 
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>odlext-model-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>yang-data-tree-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>yang-data-tree-spi</artifactId>
+        </dependency>
 
         <!-- Test Dependencies -->
         <dependency>