Alon Bar-Lev has uploaded a new change for review. Change subject: build: maven: move all repos to top level pom, remove unused ......................................................................
build: maven: move all repos to top level pom, remove unused otherwise maven gets confused. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1139016 Change-Id: I0599fc0293ab3e3f11b5fb7adb22c76b58d590bf Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M backend/manager/modules/restapi/pom.xml M pom.xml 2 files changed, 4 insertions(+), 30 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/41/33041/1 diff --git a/backend/manager/modules/restapi/pom.xml b/backend/manager/modules/restapi/pom.xml index 9f935a7..efb487a 100644 --- a/backend/manager/modules/restapi/pom.xml +++ b/backend/manager/modules/restapi/pom.xml @@ -35,34 +35,4 @@ </dependency> </dependencies> - <repositories> - <repository> - <id>sonatype.oss.snapshot.repo</id> - <name>Sonatype OSS Snapshot Respository</name> - <url>http://oss.sonatype.org/content/repositories/snapshots</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - <releases> - <enabled>false</enabled> - </releases> - </repository> - - <repository> - <id>jboss.repo</id> - <url>https://repository.jboss.org/nexus/content/repositories/releases</url> - </repository> - - <repository> - <id>thirdparty-releases</id> - <name>JBoss Thirdparty Releases</name> - <url>https://repository.jboss.org/nexus/content/repositories/thirdparty-releases</url> - </repository> - - <repository> - <id>powermock-repo</id> - <url>http://powermock.googlecode.com/svn/repo/</url> - </repository> - </repositories> - </project> diff --git a/pom.xml b/pom.xml index eedfdba..d1d2869 100644 --- a/pom.xml +++ b/pom.xml @@ -413,6 +413,10 @@ </snapshots> </repository> <repository> + <id>powermock-repo</id> + <url>http://powermock.googlecode.com/svn/repo/</url> + </repository> + <repository> <!-- temporary until vdsm-jsonrpc-java-client and ovirt-host-deploy 1.3.0 released --> <id>sonatype-snapshots</id> <url>http://oss.sonatype.org/content/repositories/snapshots/</url> -- To view, visit http://gerrit.ovirt.org/33041 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0599fc0293ab3e3f11b5fb7adb22c76b58d590bf Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches