Resync javadoc links
[mdsal.git] / docs / pom.xml
index c6010f7df019aa8999f89299e62550db5ead273c..22a76ab14690cc2e18228ef2d6dab7ae716d5e35 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.5-SNAPSHOT</version>
         <relativePath>../dom/dom-parent</relativePath>
     </parent>
 
             <artifactId>org.osgi.core</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.aries.blueprint</groupId>
+            <artifactId>blueprint-maven-plugin-annotation</artifactId>
+            <scope>provided</scope>
+        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
                 </executions>
             </plugin>
 
-            <plugin>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <!-- For JDK11 builds we want to remove references to sun.reflect -->
-                        <id>remove-sun.reflect-links</id>
-                        <phase>prepare-package</phase>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                        <configuration>
-                            <target>
-                                <replace file="${project.build.directory}/src/org/opendaylight/mdsal/binding/dom/codec/jar/bytebuddy/implementation/bind/annotation/Super.java"
-                                    token="{@link sun.reflect" value="{@code sun.reflect" failOnNoReplacements="true"/>
-                                <replace file="${project.build.directory}/src/org/opendaylight/mdsal/binding/dom/codec/jar/bytebuddy/implementation/auxiliary/TypeProxy.java"
-                                    token="{@link sun.reflect" value="{@code sun.reflect" failOnNoReplacements="true"/>
-                            </target>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>build-helper-maven-plugin</artifactId>
                 <configuration combine.children="append">
                     <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://www.slf4j.org/apidocs/</link>
-                        <link>https://google.github.io/guava/releases/25.1-jre/api/docs/</link>
+                        <link>http://hamcrest.org/JavaHamcrest/javadoc/2.1/</link>
+                        <link>http://google.github.io/truth/api/0.43/</link>
+                        <link>http://www.slf4j.org/apidocs/</link>
+                        <link>https://google.github.io/guava/releases/27.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-lang/javadocs/api-3.9/</link>
                         <link>https://commons.apache.org/proper/commons-codec/apidocs/</link>
                     </links>
                     <groups>