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