Skip to content

Commit

Permalink
Remove unused config in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
loichenninger committed Dec 13, 2024
1 parent bfb7f67 commit 823ed2f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,21 +251,8 @@
<include>**/*Test.java</include>
<include>**/*Tests.java</include>
</includes>
<argLine>-XX:+EnableDynamicAgentLoading</argLine>
<argLine>@{argLine} -javaagent:${org.mockito:mockito-core:jar}</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>properties</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
Expand Down

0 comments on commit 823ed2f

Please sign in to comment.