bug6135: use hamcrest as bundle, not package

This commit is contained in:
Axel Uhl
2025-06-05 18:26:30 +02:00
parent d3c083473f
commit ad7c7c56af
@@ -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",