Merge "Renamed test spec to Integration Spec"
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml
index d8660d0..9c5c7c4 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>