Skip to content

Commit

Permalink
Fixed - Keep the jmockit version in the plugin consistent with that i…
Browse files Browse the repository at this point in the history
…n the dependencies.

Signed-off-by: lyrric <xx20510@163.com>
  • Loading branch information
lyrric committed Sep 6, 2024
1 parent 1d334a6 commit b2a24c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion redisson-spring-data/redisson-spring-data-32/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<forkCount>4</forkCount>
<reuseForks>true</reuseForks>
<argLine>${argLine} -javaagent:"${settings.localRepository}"/com/github/hazendaz/jmockit/jmockit/1.52.0/jmockit-1.52.0.jar</argLine>
<argLine>${argLine} -javaagent:"${settings.localRepository}"/com/github/hazendaz/jmockit/jmockit/1.54.0/jmockit-1.54.0.jar</argLine>
</configuration>
</plugin>

Expand Down
2 changes: 1 addition & 1 deletion redisson-spring-data/redisson-spring-data-33/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<forkCount>4</forkCount>
<reuseForks>true</reuseForks>
<argLine>${argLine} -javaagent:"${settings.localRepository}"/com/github/hazendaz/jmockit/jmockit/1.52.0/jmockit-1.52.0.jar</argLine>
<argLine>${argLine} -javaagent:"${settings.localRepository}"/com/github/hazendaz/jmockit/jmockit/1.54.0/jmockit-1.54.0.jar</argLine>
</configuration>
</plugin>

Expand Down
2 changes: 1 addition & 1 deletion redisson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@

<forkCount>4</forkCount>
<reuseForks>false</reuseForks>
<argLine>${argLine} -javaagent:"${settings.localRepository}"/com/github/hazendaz/jmockit/jmockit/1.52.0/jmockit-1.52.0.jar</argLine>
<argLine>${argLine} -javaagent:"${settings.localRepository}"/com/github/hazendaz/jmockit/jmockit/1.54.0/jmockit-1.54.0.jar</argLine>
</configuration>
</plugin>

Expand Down

0 comments on commit b2a24c7

Please sign in to comment.