From 794f42f0acf70293d9a872a02c6337fde2af6e3a Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 6 Jun 2012 10:29:00 +0200 Subject: [PATCH] Remove Jetty p2 repository from Maven build This reference is not required and would force all JGit consumers to switch to Maven 3 and Tycho which isn't desirable. Bug: http://dev.eclipse.org/mhonarc/lists/jgit-dev/msg01687.html Change-Id: Iecf7c5aad46bb05fce0455cc8127aee2f679848c Signed-off-by: Matthias Sohn --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 09deec6ae..ad17122ff 100644 --- a/pom.xml +++ b/pom.xml @@ -183,11 +183,6 @@ jgit-repository http://download.eclipse.org/jgit/maven - - jetty - p2 - http://download.eclipse.org/jetty/updates/jetty-bundles-7.x/${jetty-version}/ -