Release odlparent
[odlparent.git] / single-feature-parent / pom.xml
index ccd581110676315ff72c98c4cb3223f676939637..ed6dd464d02bb5e6150b0e4e379ec07983d0432d 100644 (file)
@@ -34,7 +34,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>abstract-feature-parent</artifactId>
-        <version>10.0.1-SNAPSHOT</version>
+        <version>13.0.9</version>
         <relativePath>../abstract-feature-parent</relativePath>
     </parent>
 
                         <excludedArtifactId>org.osgi.core</excludedArtifactId>
                         <excludedArtifactId>org.osgi.enterprise</excludedArtifactId>
                         <!-- Bouncy Castle -->
-                        <excludedArtifactId>bcprov-jdk15on</excludedArtifactId>
-                        <excludedArtifactId>bcprov-ext-jdk15on</excludedArtifactId>
-                        <excludedArtifactId>bcpkix-jdk15on</excludedArtifactId>
-                        <excludedArtifactId>bcutil-jdk15on</excludedArtifactId>
+                        <excludedArtifactId>bcprov-jdk18on</excludedArtifactId>
+                        <excludedArtifactId>bcprov-ext-jdk18on</excludedArtifactId>
+                        <excludedArtifactId>bcpkix-jdk18on</excludedArtifactId>
+                        <excludedArtifactId>bcutil-jdk18on</excludedArtifactId>
                         <!-- JAXB -->
                         <excludedArtifactId>jaxb-api</excludedArtifactId>
                         <excludedArtifactId>jaxb-runtime</excludedArtifactId>
                         <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>