Release odlparent
[odlparent.git] / docs / pom.xml
index 5f6eedbdf47b838048254df0d82b6eabcb6a5fa6..d49f6809f701b37b2bb1c9828c84792024ccbce0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>9.0.1-SNAPSHOT</version>
+        <version>13.0.9</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
 
         <!-- Also add dependencies we are using -->
         <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>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>
             <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>
 
     <build>
                         </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.13/</link>
                         <link>http://hamcrest.org/JavaHamcrest/javadoc/2.2/</link>
-                        <link>http://google.github.io/truth/api/1.0.1/</link>
                         <link>https://www.slf4j.org/apidocs/</link>
-                        <link>https://google.github.io/guava/releases/30.1.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.11/</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>