This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 6aa1376 Remove repo as its not needed 6aa1376 is described below commit 6aa1376dd26d9ed0ccb45609b3052e88349a9816 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Mar 2 11:15:20 2020 +0100 Remove repo as its not needed --- components/camel-paho/src/main/docs/paho-component.adoc | 17 ----------------- docs/components/modules/ROOT/pages/paho-component.adoc | 17 ----------------- 2 files changed, 34 deletions(-) diff --git a/components/camel-paho/src/main/docs/paho-component.adoc b/components/camel-paho/src/main/docs/paho-component.adoc index 5a964c5..e96ac82 100644 --- a/components/camel-paho/src/main/docs/paho-component.adoc +++ b/components/camel-paho/src/main/docs/paho-component.adoc @@ -25,23 +25,6 @@ for this component: </dependency> ---- -Keep in mind that Paho artifacts are not hosted in the Maven Central, so -you need to add Eclipse Paho repository to your POM xml file: - -[source,xml] ----- -<repositories> - <repository> - <id>eclipse-paho</id> - <url>https://repo.eclipse.org/content/repositories/paho-releases</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> -</repositories> ----- - - == URI format [source] diff --git a/docs/components/modules/ROOT/pages/paho-component.adoc b/docs/components/modules/ROOT/pages/paho-component.adoc index b184aa4..fec37bc 100644 --- a/docs/components/modules/ROOT/pages/paho-component.adoc +++ b/docs/components/modules/ROOT/pages/paho-component.adoc @@ -26,23 +26,6 @@ for this component: </dependency> ---- -Keep in mind that Paho artifacts are not hosted in the Maven Central, so -you need to add Eclipse Paho repository to your POM xml file: - -[source,xml] ----- -<repositories> - <repository> - <id>eclipse-paho</id> - <url>https://repo.eclipse.org/content/repositories/paho-releases</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> -</repositories> ----- - - == URI format [source]