Release mdsal
[mdsal.git] / dom / mdsal-dom-inmemory-datastore / pom.xml
index 6649ed44c09705dbdd580ff154edfe57c3718f7a..aa26151de15dbd2175a85a4284445a12bcc7c25a 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>7.0.9</version>
         <relativePath>../dom-parent</relativePath>
     </parent>
 
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
+            <artifactId>osgi.core</artifactId>
         </dependency>
 
         <dependency>
-          <groupId>org.immutables</groupId>
-          <artifactId>value</artifactId>
+            <groupId>org.immutables</groupId>
+            <artifactId>value</artifactId>
+            <classifier>annotations</classifier>
         </dependency>
 
         <!-- Test Dependencies -->