JAVA-1672: removing surefire configurations from parents

This commit is contained in:
chaos2418
2021-11-07 19:14:37 +05:30
parent 7bf13de05b
commit bc2b3014dd
9 changed files with 0 additions and 74 deletions

View File

@@ -58,11 +58,6 @@
<!-- this is necessary as we're not using the Boot parent -->
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
</plugin>
</plugins>
</pluginManagement>
</build>
@@ -97,7 +92,6 @@
<aspectjweaver.version>1.9.1</aspectjweaver.version>
<!-- this property can be removed once we update Mockito version in the main pom.xml -->
<mockito.version>3.4.0</mockito.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
</properties>
</project>