diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-15 23:58:25 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-17 17:03:06 +0200 |
commit | 4aa89daac228154068104eb0487e4eca92d9496a (patch) | |
tree | 0c9ae99cdcc7c72e63db14608f65aab23e32c0cb /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target | |
parent | 7e67fe1d4065e84081f617bb08efc3fe006512da (diff) | |
download | jgit-4aa89daac228154068104eb0487e4eca92d9496a.tar.gz jgit-4aa89daac228154068104eb0487e4eca92d9496a.zip |
Use args4j directly from Maven Central
Change-Id: I91c7c42c1fc779278fe30294638edef182e88347
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target index d85225f7e0..005da76f7a 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl --> -<target name="jgit-4.17" sequenceNumber="1684335732"> +<target name="jgit-4.17" sequenceNumber="1684335768"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20221112-0806"/> @@ -34,8 +34,6 @@ <unit id="org.hamcrest.library.source" version="1.3.0.v20180524-2246"/> <unit id="org.junit" version="4.13.2.v20211018-1956"/> <unit id="org.junit.source" version="4.13.2.v20211018-1956"/> - <unit id="org.kohsuke.args4j" version="2.33.0.v20160323-2218"/> - <unit id="org.kohsuke.args4j.source" version="2.33.0.v20160323-2218"/> <unit id="org.mockito.mockito-core" version="4.8.1.v20221103-2317"/> <unit id="org.mockito.mockito-core.source" version="4.8.1.v20221103-2317"/> <unit id="org.objenesis" version="3.3.0.v20221103-2317"/> @@ -190,6 +188,16 @@ </dependency> </dependencies> </location> + <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="args4j"> + <dependencies> + <dependency> + <groupId>args4j</groupId> + <artifactId>args4j</artifactId> + <version>2.33</version> + <type>jar</type> + </dependency> + </dependencies> + </location> <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="apache"> <dependencies> <dependency> |