diff --git a/nucleus/parent/pom.xml b/nucleus/parent/pom.xml index 90d3f6256a7..bd582c2b963 100644 --- a/nucleus/parent/pom.xml +++ b/nucleus/parent/pom.xml @@ -422,16 +422,19 @@ junit junit 4.13.2 + test org.testng testng ${testng.version} + test org.jmockit jmockit ${jmockit.version} + test commons-io @@ -585,7 +588,6 @@ junit junit - test true diff --git a/nucleus/test-utils/utils-ng/pom.xml b/nucleus/test-utils/utils-ng/pom.xml index 2498dedb817..2520faf0b4b 100644 --- a/nucleus/test-utils/utils-ng/pom.xml +++ b/nucleus/test-utils/utils-ng/pom.xml @@ -53,6 +53,7 @@ org.testng testng + compile diff --git a/nucleus/test-utils/utils/pom.xml b/nucleus/test-utils/utils/pom.xml index 78446d78d14..b3d16241806 100644 --- a/nucleus/test-utils/utils/pom.xml +++ b/nucleus/test-utils/utils/pom.xml @@ -57,7 +57,7 @@ junit junit - true + compile org.glassfish.main.core