File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 73
73
<micrometer-docs-generator .version>1.0.4</micrometer-docs-generator .version>
74
74
<maven .compiler.plugin.version>3.13.0</maven .compiler.plugin.version>
75
75
<maven-surefire-plugin .version>3.5.0</maven-surefire-plugin .version>
76
+ <maven-dependency-plugin .version>3.8.0</maven-dependency-plugin .version>
76
77
<checksum .maven.plugin.version>1.11</checksum .maven.plugin.version>
77
78
<maven .gpg.plugin.version>3.2.7</maven .gpg.plugin.version>
78
79
<buildnumber .plugin.version>3.2.1</buildnumber .plugin.version>
356
357
</configuration >
357
358
</plugin >
358
359
360
+ <plugin >
361
+ <groupId >org.apache.maven.plugins</groupId >
362
+ <artifactId >maven-dependency-plugin</artifactId >
363
+ <version >${maven-dependency-plugin.version} </version >
364
+ <executions >
365
+ <execution >
366
+ <goals >
367
+ <goal >properties</goal >
368
+ </goals >
369
+ </execution >
370
+ </executions >
371
+ </plugin >
372
+
359
373
<plugin >
360
374
<artifactId >maven-surefire-plugin</artifactId >
361
375
<version >${maven-surefire-plugin.version} </version >
689
703
<jdk >[21,)</jdk >
690
704
</activation >
691
705
<properties >
692
- <test-arguments >-Xshare:off -XX:+EnableDynamicAgentLoading </test-arguments >
706
+ <test-arguments >-Xshare:off -javaagent: ${org.mockito:mockito-core:jar} </test-arguments >
693
707
</properties >
694
708
</profile >
695
709
You can’t perform that action at this time.
0 commit comments