diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2012-09-26 10:19:00 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2012-09-26 10:20:42 -0700 |
commit | 31261b5c2f261653e11d0d9960ce26fa0d4c82d5 (patch) | |
tree | 269bf58b1efa2c924596fdb43a051d1dbd431001 /org.eclipse.jgit.pgm/pom.xml | |
parent | 83e7554e177cb9226d9b17f1e214e2b3dd80e881 (diff) | |
download | jgit-31261b5c2f261653e11d0d9960ce26fa0d4c82d5.tar.gz jgit-31261b5c2f261653e11d0d9960ce26fa0d4c82d5.zip |
Revert "The constructor CmdLineException(String) is deprecated"
This reverts commit 07f99362575f324e466d7f5ae49d5f8f69cf7a8a.
07f9 seems to require a more recent args4j, but I cannot locate a CQ
that verifies we can use a version more recent then 2.0.12. 2.0.16
has been released, but the Hudson CI instance at Eclipse won't
build it.
Since the commit fixes an issue identified in March but wasn't
actually submitted to the tree until September, we can continue to
ignore whatever the problem is/was until someone can attempt a more
correctly working solution.
Change-Id: I94fa432c219bda21c1126976bb60e5292760092e
Diffstat (limited to 'org.eclipse.jgit.pgm/pom.xml')
-rw-r--r-- | org.eclipse.jgit.pgm/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit.pgm/pom.xml b/org.eclipse.jgit.pgm/pom.xml index a889a54533..02d346365a 100644 --- a/org.eclipse.jgit.pgm/pom.xml +++ b/org.eclipse.jgit.pgm/pom.xml @@ -69,7 +69,6 @@ <dependency> <groupId>args4j</groupId> <artifactId>args4j</artifactId> - <version>[2.0.12,2.1.0)</version> </dependency> <dependency> |