Repository: juddi Updated Branches: refs/heads/master d648a81c7 -> 03bce9b60
INFRA-8593 adding an explicit reference to jboss 3rd repo Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/03bce9b6 Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/03bce9b6 Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/03bce9b6 Branch: refs/heads/master Commit: 03bce9b60d7dd11c34e406a7e798915ff23e537a Parents: d648a81 Author: Alex <[email protected]> Authored: Mon Feb 23 18:45:49 2015 -0500 Committer: Alex <[email protected]> Committed: Mon Feb 23 18:45:49 2015 -0500 ---------------------------------------------------------------------- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/03bce9b6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index efda0d4..5b6a4c3 100644 --- a/pom.xml +++ b/pom.xml @@ -359,7 +359,12 @@ under the License. <url>http://central.maven.org/maven2</url> <layout>default</layout> </repository> - + <repository> + <id>jboss3</id> + <name>JBoss 3rd Party</name> + <url>https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/</url> + <layout>default</layout> + </repository> </repositories> <pluginRepositories> <pluginRepository> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
