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 16, 2024
1 parent a49ef9b commit 051ac2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,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>
Expand Down

0 comments on commit 051ac2f

Please sign in to comment.