Skip to content

Commit

Permalink
Javadoc links are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
solomax committed Oct 13, 2023
1 parent 58f69c7 commit 0ae788f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1044,13 +1044,9 @@
<quiet>true</quiet>
<doclint>none</doclint>
<links>
<link>https://docs.oracle.com/en/java/javase/11/docs/api/</link>
<!-- <link>https://docs.oracle.com/javaee/7/api/</link> Commented out due to
'The code being documented uses modules
but the packages defined in https://docs.oracle.com/javaee/7/api/ are
in the unnamed module.'-->
<link>https://ci.apache.org/projects/wicket/apidocs/9.x</link>
<link>https://docs.spring.io/spring/docs/5.1.x/javadoc-api</link>
<link>https://docs.oracle.com/en/java/javase/17/docs/api/</link>
<link>https://ci.apache.org/projects/wicket/apidocs/10.x</link>
<link>https://docs.spring.io/spring/docs/6.0.x/javadoc-api</link>
<!-- <link>https://logback.qos.ch/apidocs</link> Commented due to certificate error -->
</links>
<skip>${javadoc.disabled}</skip>
Expand Down

0 comments on commit 0ae788f

Please sign in to comment.