Release odlparent
[odlparent.git] / karaf-plugin / pom.xml
index 25423207e564fff6dc744abf3dd8fdb982810a5b..01ba0d149c525b2c367939908a12467defda7b3e 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>12.0.4-SNAPSHOT</version>
+    <version>13.0.9</version>
     <relativePath>../odlparent/</relativePath>
   </parent>
   <artifactId>karaf-plugin</artifactId>
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>3.6.2</version>
+      <version>3.8.2</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <artifactId>karaf-util</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>com.github.spotbugs</groupId>
+      <artifactId>spotbugs-annotations</artifactId>
+      <optional>true</optional>
+    </dependency>
   </dependencies>
 
   <build>