Skip to content

Commit 8c53190

Browse files
committed
remove Mockito instrumentation for inline mocking
1 parent 687e899 commit 8c53190

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

parent_toplevel/changes.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@
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

parent_toplevel/pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -265,26 +265,6 @@
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>

0 commit comments

Comments
 (0)