From 8cd9109267ded93d0c75f2d215ed55d10be43997 Mon Sep 17 00:00:00 2001 From: Ilarion Baraz Date: Tue, 9 Aug 2022 22:45:55 +0300 Subject: [PATCH 1/4] Update pom.xml --- spring-boot-package-war/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/spring-boot-package-war/pom.xml b/spring-boot-package-war/pom.xml index c54d0da80..14540de40 100644 --- a/spring-boot-package-war/pom.xml +++ b/spring-boot-package-war/pom.xml @@ -49,6 +49,19 @@ spring-boot-devtools true + + + org. springframework.boot + spring-boot-starter-test + test + + + + javax.xml.bind + jaxb-api + 2.3.1 + + From a067bc3e2373481215102a1041496cbf592d704e Mon Sep 17 00:00:00 2001 From: Ilarion Baraz Date: Tue, 9 Aug 2022 22:47:56 +0300 Subject: [PATCH 2/4] 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 14540de40..79f7e3bdb 100644 --- a/spring-boot-package-war/pom.xml +++ b/spring-boot-package-war/pom.xml @@ -54,13 +54,13 @@ org. springframework.boot spring-boot-starter-test test - + javax.xml.bind jaxb-api 2.3.1 - + From 9fbfbbc5227d229544e295cbed4bdd6b8be44676 Mon Sep 17 00:00:00 2001 From: Ilarion Baraz Date: Tue, 9 Aug 2022 22:48:40 +0300 Subject: [PATCH 3/4] Update pom.xml --- spring-boot-package-war/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-boot-package-war/pom.xml b/spring-boot-package-war/pom.xml index 79f7e3bdb..0a06ee606 100644 --- a/spring-boot-package-war/pom.xml +++ b/spring-boot-package-war/pom.xml @@ -44,10 +44,10 @@ spring-boot-starter-tomcat provided - - org.springframework.boot - spring-boot-devtools - true + + org.springframework.boot + spring-boot-devtools + true From f7a089466fb30a8bdaf71b98a7b66da5a61949b8 Mon Sep 17 00:00:00 2001 From: Ilarion Baraz Date: Tue, 9 Aug 2022 23:33:44 +0300 Subject: [PATCH 4/4] Update pom.xml --- spring-boot-package-war/pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/spring-boot-package-war/pom.xml b/spring-boot-package-war/pom.xml index 0a06ee606..6b4438423 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 @@ -50,12 +50,6 @@ true - - org. springframework.boot - spring-boot-starter-test - test - - javax.xml.bind jaxb-api