Clean up (DOM)DataTreeIdentifier methods
[mdsal.git] / dom / mdsal-dom-inmemory-datastore / pom.xml
index 34d48fcaf31465fa3aa5115415be6cdac9b5937c..d1ab47ea7cd850935b9c0f9338b3e88ae9664e11 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>11.0.4-SNAPSHOT</version>
+        <version>13.0.0-SNAPSHOT</version>
         <relativePath>../dom-parent</relativePath>
     </parent>
 
     <packaging>bundle</packaging>
 
     <dependencies>
+        <dependency>
+            <groupId>com.github.spotbugs</groupId>
+            <artifactId>spotbugs-annotations</artifactId>
+            <optional>true</optional>
+        </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
-
+        <dependency>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>org.eclipse.jdt.annotation</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-common-api</artifactId>
@@ -79,6 +87,7 @@
             <groupId>org.immutables</groupId>
             <artifactId>value</artifactId>
             <classifier>annotations</classifier>
+            <optional>true</optional>
         </dependency>
 
         <!-- Test Dependencies -->