Release odlparent
[odlparent.git] / tests / immutables-jpms / pom.xml
index 4bb17e37ae48d1d2966ab0e6bf52bbcf0da9e37f..b9853ce798e60acbd2fad9bd72282ceb60c68530 100644 (file)
@@ -12,7 +12,7 @@ Copyright (c) 2019 PANTHEON.tech, s.r.o. and others.  All rights reserved.
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>13.0.9</version>
         <relativePath>../../odlparent</relativePath>
     </parent>
 
@@ -29,6 +29,12 @@ Copyright (c) 2019 PANTHEON.tech, s.r.o. and others.  All rights reserved.
             <groupId>org.immutables</groupId>
             <artifactId>value</artifactId>
             <classifier>annotations</classifier>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>com.github.spotbugs</groupId>
+            <artifactId>spotbugs-annotations</artifactId>
+            <optional>true</optional>
         </dependency>
     </dependencies>
 </project>