Remove links to Jetty API and documentation

This commit removes links to Jetty API and documentation as those links
are breaking every time the Jetty team releases a new version

See https://github.com/eclipse/jetty.project/issues/4546

Closes gh-24493
This commit is contained in:
Stephane Nicoll
2020-12-14 16:17:25 +01:00
parent 40fd71bc05
commit 60f526add0
3 changed files with 1 additions and 3 deletions

View File

@@ -1195,7 +1195,6 @@
<link>https://docs.spring.io/spring-framework/docs/${spring-framework.version}/javadoc-api/</link>
<link>https://docs.spring.io/spring-security/site/docs/${spring-security.version}/api/</link>
<link>https://tomcat.apache.org/tomcat-9.0-doc/api/</link>
<link>https://www.eclipse.org/jetty/javadoc/${jetty.version}/</link>
<link>https://www.thymeleaf.org/apidocs/thymeleaf/${thymeleaf.version}/</link>
</links>
</configuration>