Bump versions to 5.0.17-SNAPSHOT
[mdsal.git] / dom / mdsal-dom-inmemory-datastore / pom.xml
index 03070b7af4ecdc4f02dc211a989b0b3f34d9f529..20640ef87b86e31f0ea9652c0164e95cea675d6b 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.17-SNAPSHOT</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 -->