Bump GSON to 2.11.0
[odlparent.git] / single-feature-parent / pom.xml
index ccd581110676315ff72c98c4cb3223f676939637..4f84d0b14a06f4a7e0671f93fb78e7be7536a972 100644 (file)
@@ -34,7 +34,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>abstract-feature-parent</artifactId>
-        <version>10.0.1-SNAPSHOT</version>
+        <version>14.0.0-SNAPSHOT</version>
         <relativePath>../abstract-feature-parent</relativePath>
     </parent>
 
     <packaging>pom</packaging>
     <name>ODL :: odlparent :: ${project.artifactId}</name>
 
+    <properties>
+        <!-- See https://issues.apache.org/jira/browse/MINSTALL-151 -->
+        <allowIncompleteProjects>true</allowIncompleteProjects>
+    </properties>
+
     <build>
         <pluginManagement>
             <plugins>
                         <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>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>