mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 04:35:32 +00:00
bug6127: refactored more test fragments to JUnit5
This commit is contained in:
@@ -9,7 +9,11 @@ Automatic-Module-Name: com.sap.sse.security.persistence.test
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Import-Package: org.apache.shiro.session;version="1.2.2",
|
||||
org.apache.shiro.session.mgt;version="1.2.2",
|
||||
org.apache.shiro.subject;version="1.2.2",
|
||||
org.junit
|
||||
org.apache.shiro.subject;version="1.2.2"
|
||||
Require-Bundle: org.hamcrest;bundle-version="2.2.0",
|
||||
slf4j.api;bundle-version="1.6.4"
|
||||
slf4j.api;bundle-version="1.6.4",
|
||||
junit-jupiter-api;bundle-version="5.12.2",
|
||||
junit-jupiter-engine;bundle-version="5.12.2",
|
||||
junit-platform-commons;bundle-version="1.12.2",
|
||||
junit-platform-engine;bundle-version="1.12.2",
|
||||
org.opentest4j;bundle-version="1.3.0"
|
||||
|
||||
Reference in New Issue
Block a user