Release odlparent
[odlparent.git] / single-feature-parent / pom.xml
index 88419809480157b7ff18cb2e3c22df0f693f7610..ed6dd464d02bb5e6150b0e4e379ec07983d0432d 100644 (file)
@@ -34,7 +34,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>abstract-feature-parent</artifactId>
-        <version>12.0.7-SNAPSHOT</version>
+        <version>13.0.9</version>
         <relativePath>../abstract-feature-parent</relativePath>
     </parent>
 
                         <excludedArtifactId>j2objc-annotations</excludedArtifactId>
                         <excludedArtifactId>listenablefuture</excludedArtifactId>
 
+                        <!-- Eclipse JDK annotations -->
+                        <excludedArtifactId>org.eclipse.jdt.annotation</excludedArtifactId>
+
+                        <!-- Immutables.org annotations -->
+                        <excludedArtifactId>value</excludedArtifactId>
+
                         <!-- Our slf4j logging markers -->
                         <excludedArtifactId>logging-markers</excludedArtifactId>
                     </excludedArtifactIds>