summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2012-06-06 10:29:00 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2012-06-06 10:29:00 +0200
commit794f42f0acf70293d9a872a02c6337fde2af6e3a (patch)
treed5c7900e275fccbfbcbf815529e6d3e05e0188ef /pom.xml
parente2513558970ae47234298fdae892dc60cadb17e6 (diff)
downloadjgit-794f42f0acf70293d9a872a02c6337fde2af6e3a.tar.gz
jgit-794f42f0acf70293d9a872a02c6337fde2af6e3a.zip
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 <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 09deec6aef..ad17122fff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,11 +183,6 @@
<id>jgit-repository</id>
<url>http://download.eclipse.org/jgit/maven</url>
</repository>
- <repository>
- <id>jetty</id>
- <layout>p2</layout>
- <url>http://download.eclipse.org/jetty/updates/jetty-bundles-7.x/${jetty-version}/</url>
- </repository>
</repositories>
<build>