Skip to content

Commit 7f70091

Browse files
authored
Replace Byte Buddy agent with Mockito agent in pom.xml
As noted in official mockito docs
1 parent 0033211 commit 7f70091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
<statelessTestsetInfoReporter
238238
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
239239
</statelessTestsetInfoReporter>
240-
<argLine>-javaagent:"${net.bytebuddy:byte-buddy-agent:jar}"</argLine>
240+
<argLine>-javaagent:"${org.mockito:mockito-core:jar}"</argLine>
241241
</configuration>
242242
</plugin>
243243
<plugin>

0 commit comments

Comments
 (0)