Repository: juddi Updated Branches: refs/heads/master fa5c54f01 -> d648a81c7
INFRA-8593 adding an explicit reference to maven central Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/d648a81c Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/d648a81c Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/d648a81c Branch: refs/heads/master Commit: d648a81c793a93cd24357baff3025a55c2f2f3e0 Parents: fa5c54f Author: Alex <[email protected]> Authored: Fri Feb 20 22:03:16 2015 -0500 Committer: Alex <[email protected]> Committed: Fri Feb 20 22:03:16 2015 -0500 ---------------------------------------------------------------------- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/d648a81c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index aca35ac..efda0d4 100644 --- a/pom.xml +++ b/pom.xml @@ -352,6 +352,14 @@ under the License. <url>http://repository.jboss.org/nexus/content/groups/public</url> <layout>default</layout> </repository> + + <repository> + <id>central</id> + <name>Maven Central Repository</name> + <url>http://central.maven.org/maven2</url> + <layout>default</layout> + </repository> + </repositories> <pluginRepositories> <pluginRepository> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
