Add missing package import needed to use MurmurHash3

This was missed in 49beb5ae51 and broke the OSGi classpath.

Change-Id: I08a307e9e3aade4ed8a5b5e2cc5e5d03c57dfa56
This commit is contained in:
Matthias Sohn 2023-07-25 22:06:27 +02:00
parent c77fb93478
commit 8879eec460
1 changed files with 1 additions and 0 deletions

View File

@ -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