Bump odlparent to 13.0.0
[mdsal.git] / dom / mdsal-dom-inmemory-datastore / pom.xml
index b80980e051725f7b67be37fb1f02016faaf066d2..54f35f71d43f78b1578a382d50e84b5419aa894d 100644 (file)
     <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.opendaylight.mdsal</groupId>
             <artifactId>mdsal-common-api</artifactId>
@@ -79,6 +83,7 @@
             <groupId>org.immutables</groupId>
             <artifactId>value</artifactId>
             <classifier>annotations</classifier>
+            <optional>true</optional>
         </dependency>
 
         <!-- Test Dependencies -->