Release odlparent
[odlparent.git] / docs / pom.xml
index 60fb5f7fea4a1676a2485ceff9153dc358ead21c..d49f6809f701b37b2bb1c9828c84792024ccbce0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.3-SNAPSHOT</version>
+        <version>13.0.9</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
     <name>${project.artifactId}</name>
     <description>ODL Root Parent documentation</description>
 
-    <dependencies>
+    <properties>
+        <maven.javadoc.failOnWarnings>true</maven.javadoc.failOnWarnings>
+    </properties>
 
+    <dependencies>
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>bundles-test-lib</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>karaf-util</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.odlparent</groupId>
+            <artifactId>logging-markers</artifactId>
+        </dependency>
 
         <!-- Also add dependencies we are using -->
         <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-core</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-core</artifactId>
+            <groupId>org.apache.maven.plugin-tools</groupId>
+            <artifactId>maven-plugin-annotations</artifactId>
+            <version>3.8.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <artifactId>mockito-core</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.annotation.versioning</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.annotation.bundle</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.sonatype.plexus</groupId>
             <artifactId>plexus-build-api</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>javax.xml.bind</groupId>
-            <artifactId>jaxb-api</artifactId>
+            <groupId>jakarta.xml.bind</groupId>
+            <artifactId>jakarta.xml.bind-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>org.eclipse.jdt.annotation</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.github.spotbugs</groupId>
+            <artifactId>spotbugs-annotations</artifactId>
             <scope>provided</scope>
         </dependency>
     </dependencies>
                         </goals>
                     </execution>
                 </executions>
-                <!-- FIXME: remove this section once we can activate javadoc-links profile -->
+
                 <configuration combine.children="append">
+                    <!-- FIXME: remove this section once we can activate javadoc-links profile -->
                     <links>
-                        <link>https://junit.org/junit4/javadoc/4.11/</link>
-                        <link>http://hamcrest.org/JavaHamcrest/javadoc/1.3/</link>
-                        <link>http://google.github.io/truth/api/0.42/</link>
+                        <link>https://junit.org/junit4/javadoc/4.13/</link>
+                        <link>http://hamcrest.org/JavaHamcrest/javadoc/2.2/</link>
                         <link>https://www.slf4j.org/apidocs/</link>
-                        <link>https://google.github.io/guava/releases/25.1-jre/api/docs/</link>
-                        <link>https://commons.apache.org/proper/commons-lang/javadocs/api-2.6/</link>
-                        <link>https://commons.apache.org/proper/commons-lang/javadocs/api-3.8.1/</link>
-                        <link>https://commons.apache.org/proper/commons-codec/apidocs/</link>
+                        <link>https://google.github.io/guava/releases/31.1-jre/api/docs/</link>
+                        <link>https://commons.apache.org/proper/commons-lang/javadocs/api-release/</link>
                     </links>
+
+                    <!-- FIXME: finish up -->
+                    <doclint>all,-missing</doclint>
                     <groups>
                         <group>
                             <title>Bundle Test Library</title>