aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-05-01 16:27:28 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-05-01 17:08:41 +0200
commitf3cb30f835430f379070849f580ee45c44c97ad3 (patch)
tree5efa7e1cffc3863e575441d10d7046fce8a45802 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven
parent6890b8ffa8b47098ab019625e1eff58679ee01b9 (diff)
downloadjgit-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/maven')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd
index 69f3aff64c..42ba270d93 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd
@@ -8,6 +8,11 @@ maven apache
includeSources
{
dependency {
+ groupId = "commons-codec"
+ artifactId = "commons-codec"
+ version = "1.15"
+ }
+ dependency {
groupId = "org.apache.commons"
artifactId = "commons-compress"
version = "1.23.0"