diff --git a/components/device-mgt/io.entgra.device.mgt.core.device.mgt.config.api/pom.xml b/components/device-mgt/io.entgra.device.mgt.core.device.mgt.config.api/pom.xml
index a4673c3e6e..fffcfba429 100644
--- a/components/device-mgt/io.entgra.device.mgt.core.device.mgt.config.api/pom.xml
+++ b/components/device-mgt/io.entgra.device.mgt.core.device.mgt.config.api/pom.xml
@@ -76,12 +76,20 @@
org.apache.maven.plugins
maven-surefire-plugin
-
- file:src/test/resources/log4j.properties
-
+
+ --add-opens=java.xml/jdk.xml.internal=ALL-UNNAMED
+ --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED
+
src/test/resources/testng.xml
+
+ ${basedir}/target/coverage-reports/jacoco-unit.exec
+ file:src/test/resources/log4j.properties
+
+
+ org.ops4j.pax.logging
+
@@ -255,7 +263,7 @@
org.powermock
- powermock-api-mockito
+ powermock-api-mockito2
test