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 87f7d2d
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 @@ -1316,8 +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>
</configuration>
Expand Down

0 comments on commit 87f7d2d

Please sign in to comment.