aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.archive/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-08-28 14:59:04 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2024-08-28 21:45:23 +0200
commit69f64a5ff73807d34a172be596c694a35bed4ac9 (patch)
tree05a967c76ae34483a71ac4f8d5abef94ea88a73e /org.eclipse.jgit.archive/META-INF/MANIFEST.MF
parent50f8511096401c2eb808160727ec7b653aa46ead (diff)
downloadjgit-69f64a5ff73807d34a172be596c694a35bed4ac9.tar.gz
jgit-69f64a5ff73807d34a172be596c694a35bed4ac9.zip
Update org.apache.commons:commons-compress to 1.27.1
Change-Id: Ibd48bfe5ec3fdd3d52d755dc4881e013aae21d5d
Diffstat (limited to 'org.eclipse.jgit.archive/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.archive/META-INF/MANIFEST.MF9
1 files changed, 5 insertions, 4 deletions
diff --git a/org.eclipse.jgit.archive/META-INF/MANIFEST.MF b/org.eclipse.jgit.archive/META-INF/MANIFEST.MF
index e1a3671819..3e151f0b0c 100644
--- a/org.eclipse.jgit.archive/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.archive/META-INF/MANIFEST.MF
@@ -18,12 +18,13 @@ Import-Package: org.apache.commons.compress.archivers;version="[1.4,2.0)",
org.eclipse.jgit.nls;version="[7.0.0,7.1.0)",
org.eclipse.jgit.revwalk;version="[7.0.0,7.1.0)",
org.eclipse.jgit.util;version="[7.0.0,7.1.0)",
- org.osgi.framework;version="[1.3.0,2.0.0)"
+ org.osgi.framework;version="[1.3.0,2.0.0)",
+ org.tukaani.xz
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.jgit.archive.FormatActivator
Export-Package: org.eclipse.jgit.archive;version="7.0.0";
- uses:="org.eclipse.jgit.lib,
+ uses:="org.apache.commons.compress.archivers,
+ org.osgi.framework,
org.eclipse.jgit.api,
- org.apache.commons.compress.archivers,
- org.osgi.framework",
+ org.eclipse.jgit.lib",
org.eclipse.jgit.archive.internal;version="7.0.0";x-internal:=true