This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push: new 8c474bf Avoid 3rd party maven repositories if possible #20 8c474bf is described below commit 8c474bf9c019720edf8748838b8128a29e9f18d5 Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Wed Jul 3 10:30:41 2019 +0200 Avoid 3rd party maven repositories if possible #20 --- pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/pom.xml b/pom.xml index a2d1255..3a59323 100644 --- a/pom.xml +++ b/pom.xml @@ -147,23 +147,6 @@ </pluginManagement> </build> - - <!-- Some plugins are available in the jboss repository only --> - <pluginRepositories> - <pluginRepository> - <id>jboss-public-repository</id> - <name>JBoss Public Maven Repository</name> - <url>https://repository.jboss.org/nexus/content/groups/public/</url> - <layout>default</layout> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </pluginRepository> - </pluginRepositories> - <profiles> <profile> <id>license</id>