diff --git a/java/com.sap.sse.replication.testsupport/META-INF/MANIFEST.MF b/java/com.sap.sse.replication.testsupport/META-INF/MANIFEST.MF index 9b632731520..05240117d9b 100644 --- a/java/com.sap.sse.replication.testsupport/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.replication.testsupport/META-INF/MANIFEST.MF @@ -15,12 +15,15 @@ Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", com.rabbitmq.client;bundle-version="2.8.4", lz4-java;bundle-version="1.3.0", com.sap.sse.replication.interfaces;bundle-version="1.0.0", - org.apache.shiro.core + org.apache.shiro.core, + net.bytebuddy.byte-buddy;bundle-version="1.14.12", + net.bytebuddy.byte-buddy-agent;bundle-version="1.14.12", + org.objenesis;bundle-version="3.3.0", + org.hamcrest;bundle-version="2.2.0" Export-Package: com.sap.sse.replication.testsupport Automatic-Module-Name: com.sap.sse.replication.testsupport Import-Package: javax.servlet;version="3.1.0", javax.servlet.http;version="3.1.0", - org.hamcrest;version="2.2.0", org.mockito;version="4.8.1", org.mockito.invocation;version="4.8.1", org.mockito.mock;version="4.8.1",