diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-06-06 10:29:00 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-06-06 10:29:00 +0200 |
commit | 794f42f0acf70293d9a872a02c6337fde2af6e3a (patch) | |
tree | d5c7900e275fccbfbcbf815529e6d3e05e0188ef /pom.xml | |
parent | e2513558970ae47234298fdae892dc60cadb17e6 (diff) | |
download | jgit-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.xml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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> |