This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 0108a5c5df7 CAMEL-20952: source javadoc issues 0108a5c5df7 is described below commit 0108a5c5df7a77cbf194643d06abffa53e9fedba Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Jul 8 11:38:17 2024 +0200 CAMEL-20952: source javadoc issues --- components/camel-spring-xml/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/camel-spring-xml/pom.xml b/components/camel-spring-xml/pom.xml index d16d4619f77..0435a48ba3a 100644 --- a/components/camel-spring-xml/pom.xml +++ b/components/camel-spring-xml/pom.xml @@ -558,7 +558,6 @@ <configuration> <links> <link>http://download.oracle.com/javase/17/docs/api/</link> - <link>http://download.oracle.com/javaee/17/api/</link> <link>http://javadoc.io/doc/org.apache.camel/camel-core-model/latest/</link> <link>http://javadoc.io/doc/org.apache.camel/camel-core-engine/latest/</link> </links> @@ -625,7 +624,6 @@ <configuration> <links> <link>http://download.oracle.com/javase/17/docs/api/</link> - <link>http://download.oracle.com/javaee/17/api/</link> </links> <isOffline>${camel.javadoc.offline}</isOffline> <stylesheetfile>${basedir}/../../etc/css/stylesheet.css</stylesheetfile>