From 92b5a19c4c8881ca871ff3bf857e970ca3666231 Mon Sep 17 00:00:00 2001 From: Jikoo Date: Wed, 18 Dec 2024 09:49:30 -0500 Subject: [PATCH] Explicitly use mockito agent --- pom.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 620df61..0838a7b 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,8 @@ UTF-8 21 21 + + @@ -138,12 +140,23 @@ maven-compiler-plugin 3.13.0 + + org.apache.maven.plugins + maven-dependency-plugin + + + + properties + + + + org.apache.maven.plugins maven-surefire-plugin 3.5.2 - -XX:+EnableDynamicAgentLoading -Xshare:off + @{argLine} -javaagent:${org.mockito:mockito-core:jar} -Xshare:off 2 @@ -176,6 +189,9 @@ maven-compiler-plugin + + maven-dependency-plugin + maven-surefire-plugin