[hotfix] Let only *ITCase tests be picked up by surefire
diff --git a/pom.xml b/pom.xml
index df749fe..2f821a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -346,7 +346,7 @@
                         </goals>
                         <configuration>
                             <includes>
-                                <include>**/*.*</include>
+                                <include>**/*ITCase.*</include>
                             </includes>
                             <excludes>
                                 <exclude>${test.unit.pattern}</exclude>