We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58b781 commit fe47b56Copy full SHA for fe47b56
pom.xml
@@ -218,7 +218,7 @@
218
<statelessTestsetInfoReporter
219
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
220
</statelessTestsetInfoReporter>
221
- <argLine>@{surefire.jacoco.args} -javaagent:${net.bytebuddy:byte-buddy-agent:jar}</argLine>
+ <argLine>@{surefire.jacoco.args} -javaagent:${org.mockito:mockito-core:jar}</argLine>
222
</configuration>
223
</plugin>
224
<plugin>
0 commit comments