Skip to content

Commit

Permalink
replace byte-buddy as javaagent with official mockito one
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Dec 4, 2024
1 parent c857362 commit b8e04ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<argLine>@{surefire.jacoco.args} -javaagent:${net.bytebuddy:byte-buddy-agent:jar}</argLine>
<argLine>@{surefire.jacoco.args} -javaagent:"${org.mockito:mockito-core:jar}"</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit b8e04ed

Please sign in to comment.