Downgrade maven-surefire-plugin to 2.22.2. Service maps are not loaded with 3.0.

This commit is contained in:
Manuele Simi 2020-10-15 23:26:39 -04:00
parent 28bfa2770e
commit 046c12b8fe
1 changed files with 1 additions and 1 deletions

View File

@ -768,7 +768,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version> <version>2.22.2</version>
<configuration> <configuration>
<parallel>classes</parallel> <!-- each class in its own JVM--> <parallel>classes</parallel> <!-- each class in its own JVM-->
<threadCountClasses>10</threadCountClasses> <threadCountClasses>10</threadCountClasses>