diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-01 16:27:28 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-01 17:08:41 +0200 |
commit | f3cb30f835430f379070849f580ee45c44c97ad3 (patch) | |
tree | 5efa7e1cffc3863e575441d10d7046fce8a45802 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target | |
parent | 6890b8ffa8b47098ab019625e1eff58679ee01b9 (diff) | |
download | jgit-f3cb30f835430f379070849f580ee45c44c97ad3.tar.gz jgit-f3cb30f835430f379070849f580ee45c44c97ad3.zip |
Update Apache commons-codec to 1.15
and consume it directly from Maven Central.
Its BundleSymbolicName changes to "org.apache.commons.commons-codec"
which is defined upstream.
Change-Id: Id9c366b3be0b97f4b191ba78f02001306f0e5035
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target index 3c1e2cf6b0..54431cd6b3 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.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.18" sequenceNumber="1682945515"> +<target name="jgit-4.18" sequenceNumber="1682951044"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.google.gson" version="2.10.1.v20230109-0753"/> @@ -22,8 +22,6 @@ <unit id="net.i2p.crypto.eddsa.source" version="0.3.0.v20220506-1020"/> <unit id="org.apache.ant" version="1.10.12.v20211102-1452"/> <unit id="org.apache.ant.source" version="1.10.12.v20211102-1452"/> - <unit id="org.apache.commons.codec" version="1.14.0.v20221112-0806"/> - <unit id="org.apache.commons.codec.source" version="1.14.0.v20221112-0806"/> <unit id="org.apache.commons.logging" version="1.2.0.v20180409-1502"/> <unit id="org.apache.commons.logging.source" version="1.2.0.v20180409-1502"/> <unit id="org.apache.httpcomponents.httpclient" version="4.5.14.v20221207-1049"/> @@ -155,6 +153,12 @@ <location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven" label="apache"> <dependencies> <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.15</version> + <type>jar</type> + </dependency> + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> <version>1.23.0</version> |