aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-07-25 22:06:27 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-07-25 22:06:27 +0200
commit8879eec46078aff98b67743de700d309ce72799f (patch)
tree15ebf6cfe9d45fc219d385919fa035bf6896d916 /org.eclipse.jgit
parentc77fb93478b3acdc0f7e545f2d688b66b2a395e4 (diff)
downloadjgit-8879eec46078aff98b67743de700d309ce72799f.tar.gz
jgit-8879eec46078aff98b67743de700d309ce72799f.zip
Add missing package import needed to use MurmurHash3
This was missed in 49beb5ae519e and broke the OSGi classpath. Change-Id: I08a307e9e3aade4ed8a5b5e2cc5e5d03c57dfa56
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r--org.eclipse.jgit/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/META-INF/MANIFEST.MF b/org.eclipse.jgit/META-INF/MANIFEST.MF
index 49350328c0..84b2987a9a 100644
--- a/org.eclipse.jgit/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit/META-INF/MANIFEST.MF
@@ -236,6 +236,7 @@ Import-Package: com.googlecode.javaewah;version="[1.1.6,2.0.0)",
javax.crypto,
javax.management,
javax.net.ssl,
+ org.apache.commons.codec.digest;version="1.15.0",
org.slf4j;version="[1.7.0,2.0.0)",
org.xml.sax,
org.xml.sax.helpers