File tree Expand file tree Collapse file tree 2 files changed +1
-24
lines changed
Expand file tree Collapse file tree 2 files changed +1
-24
lines changed Original file line number Diff line number Diff line change 2626
2727 <release version =" 2.1.2" date =" not released" >
2828 <action type =" update" dev =" sseifert" >
29- Configure Mockito instrumentation for inline mocking.
30- </action >
31- <action type =" update" dev =" sseifert" >
32- Update global-parent dependency to 71.
29+ Update global-parent dependency to 72.
3330 </action >
3431 </release >
3532
Original file line number Diff line number Diff line change 265265 </executions >
266266 </plugin >
267267
268- <!-- Configure Mockito instrumentation for inline mocking -->
269- <plugin >
270- <groupId >org.apache.maven.plugins</groupId >
271- <artifactId >maven-dependency-plugin</artifactId >
272- <executions >
273- <execution >
274- <goals >
275- <goal >properties</goal >
276- </goals >
277- </execution >
278- </executions >
279- </plugin >
280- <plugin >
281- <groupId >org.apache.maven.plugins</groupId >
282- <artifactId >maven-surefire-plugin</artifactId >
283- <configuration >
284- <argLine >-javaagent:${org.mockito:mockito-core:jar} </argLine >
285- </configuration >
286- </plugin >
287-
288268 </plugins >
289269
290270 <pluginManagement >
You can’t perform that action at this time.
0 commit comments