Downgrade maven-surefire-plugin to 2.22.2. Service maps are not loaded with 3.0.
This commit is contained in:
parent
28bfa2770e
commit
046c12b8fe
2
pom.xml
2
pom.xml
|
@ -768,7 +768,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>3.0.0-M5</version>
|
||||
<version>2.22.2</version>
|
||||
<configuration>
|
||||
<parallel>classes</parallel> <!-- each class in its own JVM-->
|
||||
<threadCountClasses>10</threadCountClasses>
|
||||
|
|
Loading…
Reference in New Issue