diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-01-28 09:28:15 +0100 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org <gerrit@eclipse.org> | 2013-01-31 16:05:46 -0500 |
commit | dcddaa943e68b1e6521e7fa44151babd21e12a7a (patch) | |
tree | 7f0838e3f07e195a58af12e1ea88e9c7b179f89a /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature | |
parent | 75c011cd20372d0c326467be9f10b918012fca5c (diff) | |
download | jgit-dcddaa943e68b1e6521e7fa44151babd21e12a7a.tar.gz jgit-dcddaa943e68b1e6521e7fa44151babd21e12a7a.zip |
Update to latest orbit release
Update 3rd party dependencies to respective latest approved version.
args4j 2.0.21 is not yet available on Maven central, hence compile
against 2.0.12 and package 2.0.21 until 2.0.21 has been published on
Maven central.
Change-Id: I41a34485970af41b4b5b2404e3d29c98979ddb48
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml index d51e8bae90..68101521d1 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml @@ -60,10 +60,6 @@ <name>JGit Command Line Interface Feature</name> <dependencies> - <dependency> - <groupId>args4j</groupId> - <artifactId>args4j</artifactId> - </dependency> <dependency> <groupId>org.eclipse.jgit</groupId> |