From 44a17ece1d3daaebf77261ea3efb875a7f0a0634 Mon Sep 17 00:00:00 2001 From: k0l0ssus Date: Wed, 6 Dec 2017 10:56:56 -0500 Subject: [PATCH] Update pom.xml (#3190) Corrected main class and added JUnit dependency --- spring-integration/pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/spring-integration/pom.xml b/spring-integration/pom.xml index a162f18b9c..4e210122b0 100644 --- a/spring-integration/pom.xml +++ b/spring-integration/pom.xml @@ -22,7 +22,7 @@ 1.1.4.RELEASE 1.4.7 1.1.1 - + 4.12 2.10 1.5.0 @@ -56,7 +56,7 @@ exec-maven-plugin ${exec-maven-plugin.version} - com.baeldung.samples.Main + com.baeldung.samples.FileCopyConfig @@ -106,6 +106,12 @@ spring-integration-file ${spring.integration.version} + + junit + junit + ${junit.version} + test +