diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-01 14:58:23 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-01 17:08:41 +0200 |
commit | 6890b8ffa8b47098ab019625e1eff58679ee01b9 (patch) | |
tree | cdc196681352c124d2e1499abdc93f75475b3fd8 /org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml | |
parent | ee2143f74449f2a95320231eece26a2494fdb0e3 (diff) | |
download | jgit-6890b8ffa8b47098ab019625e1eff58679ee01b9.tar.gz jgit-6890b8ffa8b47098ab019625e1eff58679ee01b9.zip |
Update org.apache.commons:commons-compress to 1.23.0
and consume it directly from Maven Central.
Its BundleSymbolicName changes to "org.apache.commons.commons-compress"
which is defined upstream.
Change-Id: I691f5f49491dd2c9ba577ebe0c6f7cdd462c047a
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml index 39093220d4..dc2a39b250 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml @@ -141,10 +141,10 @@ <bundle id="org.apache.commons.codec.source"> <category name="JGit-dependency-bundles"/> </bundle> - <bundle id="org.apache.commons.compress"> + <bundle id="org.apache.commons.commons-compress"> <category name="JGit-dependency-bundles"/> </bundle> - <bundle id="org.apache.commons.compress.source"> + <bundle id="org.apache.commons.commons-compress.source"> <category name="JGit-dependency-bundles"/> </bundle> <bundle id="org.apache.commons.logging"> |