From 6b797bd5a724893abc73a4506323bfac686bdc66 Mon Sep 17 00:00:00 2001 From: Ali Dehghani Date: Fri, 25 Oct 2019 23:06:08 +0330 Subject: [PATCH 1/3] Fixed the Class Not Found Problem --- core-java-modules/core-java-io/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/core-java-modules/core-java-io/pom.xml b/core-java-modules/core-java-io/pom.xml index c3c48ba679..3478f71286 100644 --- a/core-java-modules/core-java-io/pom.xml +++ b/core-java-modules/core-java-io/pom.xml @@ -50,6 +50,12 @@ jmimemagic ${jmime-magic.version} + + + com.sun.messaging.mq + fscontext + ${fscontext.version} + @@ -154,7 +160,7 @@ 1.18 0.1.5 3.1.0 - + 4.4.2 \ No newline at end of file From 00b553acb73930ad98f074251b419f2ac099a0cd Mon Sep 17 00:00:00 2001 From: Ali Dehghani Date: Sat, 26 Oct 2019 00:02:43 +0330 Subject: [PATCH 2/3] Revert an unwanted file. --- spring-mvc-simple-2/src/main/resources/application.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-mvc-simple-2/src/main/resources/application.properties b/spring-mvc-simple-2/src/main/resources/application.properties index d29338d3d3..e439ebd851 100644 --- a/spring-mvc-simple-2/src/main/resources/application.properties +++ b/spring-mvc-simple-2/src/main/resources/application.properties @@ -1,3 +1 @@ spring.main.allow-bean-definition-overriding=true -spring.mail.host=localhost -spring.mail.port=8025 \ No newline at end of file From 644d650e8d84efe1185199a4a1e062566e2e62b7 Mon Sep 17 00:00:00 2001 From: Ali Dehghani Date: Sat, 26 Oct 2019 00:04:33 +0330 Subject: [PATCH 3/3] Removed the newline. --- spring-mvc-simple-2/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-mvc-simple-2/src/main/resources/application.properties b/spring-mvc-simple-2/src/main/resources/application.properties index e439ebd851..709574239b 100644 --- a/spring-mvc-simple-2/src/main/resources/application.properties +++ b/spring-mvc-simple-2/src/main/resources/application.properties @@ -1 +1 @@ -spring.main.allow-bean-definition-overriding=true +spring.main.allow-bean-definition-overriding=true \ No newline at end of file