Release odlparent
[odlparent.git] / odlparent-bundle-check / pom.xml
index 38a3d0dd3bc8ea0b782d835b87310b2ae3743a27..4ecdc28c155733e8c351ed83b88e1ec6266f250e 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.1-SNAPSHOT</version>
+        <version>13.0.9</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-bundle-check</artifactId>
-    <version>8.0.1-SNAPSHOT</version>
+    <version>13.0.9</version>
     <name>ODL :: odlparent :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
+    <dependencies>
+        <dependency>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>org.eclipse.jdt.annotation</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>com.github.spotbugs</groupId>
+            <artifactId>spotbugs-annotations</artifactId>
+            <optional>true</optional>
+        </dependency>
+    </dependencies>
+
     <build>
         <plugins>
             <plugin>