From c0e4ab9d66c3965bd9495fbde368aa2736ed46a9 Mon Sep 17 00:00:00 2001 From: sagishwartz Date: Wed, 6 Jul 2022 19:26:39 +0300 Subject: [PATCH 1/8] Update pom.xml --- spring-boot-package-war/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-package-war/pom.xml b/spring-boot-package-war/pom.xml index c54d0da80..cc0c8f9e9 100644 --- a/spring-boot-package-war/pom.xml +++ b/spring-boot-package-war/pom.xml @@ -1,7 +1,7 @@ - - 4.0.0 + + 3.8.6 com.neo spring-boot-package-war From 9f7fab296e80473ab1d16973a06e74cd284aa1cc Mon Sep 17 00:00:00 2001 From: sagishwartz Date: Wed, 6 Jul 2022 19:30:30 +0300 Subject: [PATCH 2/8] Update pom.xml --- spring-boot-package-war/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-package-war/pom.xml b/spring-boot-package-war/pom.xml index cc0c8f9e9..f0757f1a0 100644 --- a/spring-boot-package-war/pom.xml +++ b/spring-boot-package-war/pom.xml @@ -1,6 +1,6 @@ - + 3.8.6 com.neo From 4dac4f5a77eb055a78477307614022d47fc00eb6 Mon Sep 17 00:00:00 2001 From: sagishwartz Date: Wed, 6 Jul 2022 19:30:56 +0300 Subject: [PATCH 3/8] Update pom.xml --- spring-boot-package-war/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-package-war/pom.xml b/spring-boot-package-war/pom.xml index f0757f1a0..c54d0da80 100644 --- a/spring-boot-package-war/pom.xml +++ b/spring-boot-package-war/pom.xml @@ -1,7 +1,7 @@ - - 3.8.6 + 4.0.0 com.neo spring-boot-package-war From 166ecee81a53caf9f7bd77fca745195d39495250 Mon Sep 17 00:00:00 2001 From: sagishwartz Date: Thu, 7 Jul 2022 14:31:46 +0300 Subject: [PATCH 4/8] Update HelloWorldController.java --- .../main/java/com/neo/controller/HelloWorldController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-package-war/src/main/java/com/neo/controller/HelloWorldController.java b/spring-boot-package-war/src/main/java/com/neo/controller/HelloWorldController.java index c231fae49..a8a6efb45 100644 --- a/spring-boot-package-war/src/main/java/com/neo/controller/HelloWorldController.java +++ b/spring-boot-package-war/src/main/java/com/neo/controller/HelloWorldController.java @@ -8,6 +8,6 @@ public class HelloWorldController { @RequestMapping("/hello") public String index() { - return "Hello World xx"; + return "Hello World"; } -} \ No newline at end of file +} From 3bd4dadb1111331745a7d4f76a8764386013335b Mon Sep 17 00:00:00 2001 From: sagishwartz Date: Thu, 7 Jul 2022 18:19:11 +0300 Subject: [PATCH 5/8] Update pom.xml added dependency of jax 2.3.1 --- spring-boot-package-war/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-boot-package-war/pom.xml b/spring-boot-package-war/pom.xml index c54d0da80..92718b1ed 100644 --- a/spring-boot-package-war/pom.xml +++ b/spring-boot-package-war/pom.xml @@ -40,6 +40,10 @@ spring-boot-starter-web + javaax.xml.bing + jaxb-api + 2.3.1 + org.springframework.boot spring-boot-starter-tomcat provided From ca0ee29aa6f0748be6d7125f31f6c9dcef070965 Mon Sep 17 00:00:00 2001 From: sagishwartz Date: Thu, 7 Jul 2022 18:25:02 +0300 Subject: [PATCH 6/8] Update pom.xml --- spring-boot-package-war/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spring-boot-package-war/pom.xml b/spring-boot-package-war/pom.xml index 92718b1ed..69b640ace 100644 --- a/spring-boot-package-war/pom.xml +++ b/spring-boot-package-war/pom.xml @@ -39,15 +39,19 @@ org.springframework.boot spring-boot-starter-web + - javaax.xml.bing + javaax.xml.bing jaxb-api 2.3.1 + + org.springframework.boot spring-boot-starter-tomcat provided + org.springframework.boot spring-boot-devtools From a37c2828ba1a0c94131dafd2fc82c65dc75ba503 Mon Sep 17 00:00:00 2001 From: sagishwartz Date: Thu, 7 Jul 2022 18:28:28 +0300 Subject: [PATCH 7/8] Update pom.xml --- spring-boot-package-war/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-package-war/pom.xml b/spring-boot-package-war/pom.xml index 69b640ace..230008136 100644 --- a/spring-boot-package-war/pom.xml +++ b/spring-boot-package-war/pom.xml @@ -41,7 +41,7 @@ - javaax.xml.bing + javax.xml.bind jaxb-api 2.3.1 From 7f8df5317b1b1ba617df117194d3ee85be866867 Mon Sep 17 00:00:00 2001 From: sagishwartz Date: Thu, 7 Jul 2022 18:46:41 +0300 Subject: [PATCH 8/8] Update pom.xml test passed. pom 0.0.2 --- spring-boot-package-war/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-package-war/pom.xml b/spring-boot-package-war/pom.xml index 230008136..b0d8838ea 100644 --- a/spring-boot-package-war/pom.xml +++ b/spring-boot-package-war/pom.xml @@ -5,7 +5,7 @@ com.neo spring-boot-package-war - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT war spring-boot-package-war