diff --git a/spring-integration/pom.xml b/spring-integration/pom.xml
index 2fe7e1ad37..0aa8fed598 100644
--- a/spring-integration/pom.xml
+++ b/spring-integration/pom.xml
@@ -22,6 +22,7 @@
2.10
3.6.0
1.5.0
+ 2.19.1
@@ -68,6 +69,17 @@
com.baeldung.samples.Main
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${maven-surefire-plugin.version}
+
+
+ **/*IntegrationTest.java
+ **/*LiveTest.java
+
+
+
@@ -128,5 +140,40 @@
${spring.integration.version}
+
+
+
+ integration
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ integration-test
+
+ test
+
+
+
+ **/*LiveTest.java
+
+
+ **/*IntegrationTest.java
+
+
+
+
+
+
+ json
+
+
+
+
+
+
+