From 1283ddfdfe86adb2586f4d7547273942cd320268 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 21 Jan 2010 12:19:36 +0100 Subject: [PATCH] Resolve JGit dependencies via local Maven repository Option 1 to remove the mix of P2 and Maven dependencies between EGit and JGit build. This change requires that the JGit builds and the EGit build share the same local Maven repository. Change-Id: I51fa53fb00882396e75162ffc956b4f985bc3e02 Signed-off-by: Matthias Sohn --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index a8048bd0..50329482 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,6 @@ 0.6.0 0.6.0-SNAPSHOT - ${project.baseUri}../../jgit/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/target/site http://download.eclipse.org/releases/galileo @@ -83,11 +82,6 @@ p2 ${eclipse-site} - - jgit - p2 - ${jgit-site} - -- 2.11.4.GIT