mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-23 06:06:11 +00:00
bug6135: use hamcrest as bundle, not package
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user