Skip to content

Commit

Permalink
Remove Javadoc links to Spring Framework.
Browse files Browse the repository at this point in the history
Spring Framework uses Java 17 to generate Javadoc which no longer produces a package-list.

See #2209
  • Loading branch information
mp911de committed Feb 19, 2024
1 parent 6d956a2 commit 7a36c06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1392,8 +1392,6 @@
<docfilessubdirs>true</docfilessubdirs>
<doclint>html,reference</doclint>
<links>
<link>https://docs.spring.io/spring/docs/${spring}/javadoc-api/</link>
<link>https://docs.spring.io/spring-data/commons/docs/current/api/</link>
<link>https://docs.oracle.com/en/java/javase/17/docs/api/</link>
</links>
</configuration>
Expand Down

0 comments on commit 7a36c06

Please sign in to comment.