bug6076: added com.sap.sse.common.util to imported packages for Util class; removed package imports from test fragment that are imported by host bundle

This commit is contained in:
Axel Uhl
2025-02-04 20:15:51 +01:00
parent 606adffc6f
commit b04d75d7c5
@@ -7,7 +7,5 @@ Bundle-Vendor: SAP
Fragment-Host: com.sap.sailing.domain.vakarosadapter
Automatic-Module-Name: com.sap.sailing.domain.vakarosadapter.test
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.sap.sailing.domain.common,
com.sap.sse.common,
org.junit;version="[4.13.0,5.0.0)"
Import-Package: org.junit;version="[4.13.0,5.0.0)"
Require-Bundle: org.hamcrest;bundle-version="2.2.0"