diff options
Diffstat (limited to 'cps-parent/pom.xml')
-rwxr-xr-x | cps-parent/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 40840db75d..59b42903cc 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -113,6 +113,11 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>3.0.0-M5</version> + </plugin> <!-- Swagger code generation. --> <plugin> <groupId>io.swagger.codegen.v3</groupId> |