Remove is{List,Map}Type(Type) methods
[mdsal.git] / dom / mdsal-dom-inmemory-datastore / pom.xml
index cb5437922da894471c5f55f8c8d8075c4de3d95d..c0d8cd5ab113482de693c199f229bc801c102688 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>5.0.6-SNAPSHOT</version>
+        <version>9.0.0-SNAPSHOT</version>
         <relativePath>../dom-parent</relativePath>
     </parent>
 
             <artifactId>yang-data-impl</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>yang-model-api</artifactId>
         </dependency>
 
         <dependency>
-          <groupId>org.immutables</groupId>
-          <artifactId>value</artifactId>
+            <groupId>org.immutables</groupId>
+            <artifactId>value</artifactId>
+            <classifier>annotations</classifier>
         </dependency>
 
         <!-- Test Dependencies -->