From a11662776db4397cd0661a29005535afb46db7a2 Mon Sep 17 00:00:00 2001 From: sampadawagde Date: Thu, 13 May 2021 22:46:18 +0530 Subject: [PATCH] JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 2) --- .../greeter-library/pom.xml | 9 ++-- .../greeter-spring-boot-autoconfigure/pom.xml | 9 ++-- .../greeter-spring-boot-sample-app/pom.xml | 43 ++++++++++--------- .../greeter-spring-boot-starter/pom.xml | 11 ++--- .../greeter/pom.xml | 9 ++-- .../parent-multi-module/application/pom.xml | 3 +- .../parent-multi-module/library/pom.xml | 3 +- .../parent-multi-module/pom.xml | 3 +- .../spring-boot-custom-starter/pom.xml | 16 +++---- .../spring-boot-environment/pom.xml | 24 +++-------- .../spring-boot-exceptions/pom.xml | 17 ++++---- .../spring-boot-flowable/pom.xml | 15 +++---- .../spring-boot-groovy/pom.xml | 30 ++++++------- .../spring-boot-jasypt/pom.xml | 22 ++++------ .../spring-boot-keycloak/pom.xml | 8 ++-- .../spring-boot-libraries-2/pom.xml | 24 +++++------ .../spring-boot-libraries/pom.xml | 22 +++------- .../spring-boot-logging-log4j2/pom.xml | 11 +++-- spring-boot-modules/spring-boot-mvc-2/pom.xml | 41 ++++++------------ spring-boot-modules/spring-boot-mvc-3/pom.xml | 12 +++--- .../spring-boot-mvc-birt/pom.xml | 28 +++++------- .../spring-boot-mvc-jersey/pom.xml | 18 ++++---- .../spring-boot-jersey/pom.xml | 18 ++++---- .../spring-boot-mvc/pom.xml | 18 ++++---- spring-boot-modules/spring-boot-mvc/pom.xml | 22 +++------- .../spring-boot-nashorn/pom.xml | 18 ++++---- .../spring-boot-parent/pom.xml | 19 ++++---- .../spring-boot-with-custom-parent/pom.xml | 14 +++--- .../spring-boot-with-starter-parent/pom.xml | 16 +++---- .../spring-boot-performance/pom.xml | 19 +++----- 30 files changed, 220 insertions(+), 302 deletions(-) diff --git a/spring-boot-modules/spring-boot-custom-starter/greeter-library/pom.xml b/spring-boot-modules/spring-boot-custom-starter/greeter-library/pom.xml index 34cc530f2f..5c9d477502 100644 --- a/spring-boot-modules/spring-boot-custom-starter/greeter-library/pom.xml +++ b/spring-boot-modules/spring-boot-custom-starter/greeter-library/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 greeter-library 0.0.1-SNAPSHOT - greeter-library - + greeter-library + com.baeldung.spring-boot-modules spring-boot-custom-starter diff --git a/spring-boot-modules/spring-boot-custom-starter/greeter-spring-boot-autoconfigure/pom.xml b/spring-boot-modules/spring-boot-custom-starter/greeter-spring-boot-autoconfigure/pom.xml index 4903f21c77..d7f437633d 100644 --- a/spring-boot-modules/spring-boot-custom-starter/greeter-spring-boot-autoconfigure/pom.xml +++ b/spring-boot-modules/spring-boot-custom-starter/greeter-spring-boot-autoconfigure/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 greeter-spring-boot-autoconfigure 0.0.1-SNAPSHOT @@ -18,27 +19,23 @@ spring-boot ${spring-boot.version} - org.springframework.boot spring-boot-autoconfigure ${spring-boot.version} - org.springframework.boot spring-boot-configuration-processor ${spring-boot.version} true - com.baeldung.spring-boot-modules greeter-library ${greeter.version} true - org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-modules/spring-boot-custom-starter/greeter-spring-boot-sample-app/pom.xml b/spring-boot-modules/spring-boot-custom-starter/greeter-spring-boot-sample-app/pom.xml index 6291756d21..815c3e8366 100644 --- a/spring-boot-modules/spring-boot-custom-starter/greeter-spring-boot-sample-app/pom.xml +++ b/spring-boot-modules/spring-boot-custom-starter/greeter-spring-boot-sample-app/pom.xml @@ -1,10 +1,11 @@ - 4.0.0 greeter-spring-boot-sample-app 0.0.1-SNAPSHOT - greeter-spring-boot-sample-app + greeter-spring-boot-sample-app com.baeldung.spring-boot-modules @@ -12,34 +13,34 @@ 0.0.1-SNAPSHOT ../ - + com.baeldung.spring-boot-modules greeter-spring-boot-starter ${greeter-starter.version} - - org.springframework.boot - spring-boot-starter-test - test - + + org.springframework.boot + spring-boot-starter-test + test + - - - - - - org.springframework.boot - spring-boot-maven-plugin - ${spring-boot.version} - - - - + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + + + 0.0.1-SNAPSHOT - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-custom-starter/greeter-spring-boot-starter/pom.xml b/spring-boot-modules/spring-boot-custom-starter/greeter-spring-boot-starter/pom.xml index 85a6721492..0ea27a839f 100644 --- a/spring-boot-modules/spring-boot-custom-starter/greeter-spring-boot-starter/pom.xml +++ b/spring-boot-modules/spring-boot-custom-starter/greeter-spring-boot-starter/pom.xml @@ -1,10 +1,11 @@ - + 4.0.0 greeter-spring-boot-starter 0.0.1-SNAPSHOT - greeter-spring-boot-starter + greeter-spring-boot-starter com.baeldung.spring-boot-modules @@ -13,25 +14,21 @@ - org.springframework.boot spring-boot-starter ${spring-boot.version} - com.baeldung.spring-boot-modules greeter-spring-boot-autoconfigure ${project.version} - com.baeldung.spring-boot-modules greeter-library ${greeter.version} - diff --git a/spring-boot-modules/spring-boot-custom-starter/greeter/pom.xml b/spring-boot-modules/spring-boot-custom-starter/greeter/pom.xml index 47296990aa..f96880b1cf 100644 --- a/spring-boot-modules/spring-boot-custom-starter/greeter/pom.xml +++ b/spring-boot-modules/spring-boot-custom-starter/greeter/pom.xml @@ -1,16 +1,17 @@ - 4.0.0 greeter 0.0.1-SNAPSHOT - greeter - + greeter + com.baeldung parent-boot-2 0.0.1-SNAPSHOT ../../../parent-boot-2 - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-custom-starter/parent-multi-module/application/pom.xml b/spring-boot-modules/spring-boot-custom-starter/parent-multi-module/application/pom.xml index fb235bc479..948482b21b 100644 --- a/spring-boot-modules/spring-boot-custom-starter/parent-multi-module/application/pom.xml +++ b/spring-boot-modules/spring-boot-custom-starter/parent-multi-module/application/pom.xml @@ -1,5 +1,6 @@ - 4.0.0 com.baeldung.example diff --git a/spring-boot-modules/spring-boot-custom-starter/parent-multi-module/library/pom.xml b/spring-boot-modules/spring-boot-custom-starter/parent-multi-module/library/pom.xml index d979f1d9bf..5d45de0d1d 100644 --- a/spring-boot-modules/spring-boot-custom-starter/parent-multi-module/library/pom.xml +++ b/spring-boot-modules/spring-boot-custom-starter/parent-multi-module/library/pom.xml @@ -1,5 +1,6 @@ - 4.0.0 com.baeldung.example diff --git a/spring-boot-modules/spring-boot-custom-starter/parent-multi-module/pom.xml b/spring-boot-modules/spring-boot-custom-starter/parent-multi-module/pom.xml index 75ff927789..2a483a8fef 100644 --- a/spring-boot-modules/spring-boot-custom-starter/parent-multi-module/pom.xml +++ b/spring-boot-modules/spring-boot-custom-starter/parent-multi-module/pom.xml @@ -1,5 +1,6 @@ - 4.0.0 com.baeldung diff --git a/spring-boot-modules/spring-boot-custom-starter/pom.xml b/spring-boot-modules/spring-boot-custom-starter/pom.xml index 338bf22f46..27e3a03153 100644 --- a/spring-boot-modules/spring-boot-custom-starter/pom.xml +++ b/spring-boot-modules/spring-boot-custom-starter/pom.xml @@ -1,7 +1,12 @@ - + 4.0.0 + spring-boot-custom-starter + 0.0.1-SNAPSHOT + spring-boot-custom-starter + pom com.baeldung.spring-boot-modules @@ -10,12 +15,6 @@ ../ - spring-boot-custom-starter - 0.0.1-SNAPSHOT - pom - - spring-boot-custom-starter - greeter-library greeter @@ -24,4 +23,5 @@ greeter-spring-boot-sample-app parent-multi-module + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-environment/pom.xml b/spring-boot-modules/spring-boot-environment/pom.xml index a3aab63a2d..5327825409 100644 --- a/spring-boot-modules/spring-boot-environment/pom.xml +++ b/spring-boot-modules/spring-boot-environment/pom.xml @@ -3,6 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + spring-boot-environment + war + spring-boot-environment + Demo project for Spring Boot com.baeldung.spring-boot-modules @@ -11,24 +15,16 @@ ../ - spring-boot-environment - war - - spring-boot-environment - Demo project for Spring Boot - org.springframework.boot spring-boot-starter-web - org.springframework.boot spring-boot-starter-thymeleaf provided - org.springframework.boot spring-boot-starter-test @@ -45,58 +41,48 @@ - org.springframework.boot spring-boot-starter-data-jpa - org.springframework.boot spring-boot-starter-mail - org.springframework.boot spring-boot-starter-actuator - com.h2database h2 runtime - javax.persistence javax.persistence-api ${jpa.version} - com.google.guava guava ${guava.version} - org.subethamail subethasmtp ${subethasmtp.version} test - org.springframework.cloud spring-cloud-context - org.apache.httpcomponents httpclient ${httpclient.version} - @@ -169,4 +155,4 @@ 2020.0.0 - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-exceptions/pom.xml b/spring-boot-modules/spring-boot-exceptions/pom.xml index 1bfe8e6751..c0c335f55c 100644 --- a/spring-boot-modules/spring-boot-exceptions/pom.xml +++ b/spring-boot-modules/spring-boot-exceptions/pom.xml @@ -1,7 +1,12 @@ - + 4.0.0 + spring-boot-exceptions + jar + spring-boot-exceptions + Demo project for working with Spring Boot exceptions com.baeldung.spring-boot-modules @@ -10,12 +15,6 @@ ../ - spring-boot-exceptions - jar - - spring-boot-exceptions - Demo project for working with Spring Boot exceptions - spring-boot-exceptions @@ -26,4 +25,4 @@ - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-flowable/pom.xml b/spring-boot-modules/spring-boot-flowable/pom.xml index f1121ea6a0..fee4d9fdfc 100644 --- a/spring-boot-modules/spring-boot-flowable/pom.xml +++ b/spring-boot-modules/spring-boot-flowable/pom.xml @@ -1,8 +1,12 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + spring-boot-flowable + war + spring-boot-flowable + Spring Boot Flowable Module com.baeldung.spring-boot-modules @@ -11,12 +15,6 @@ ../ - spring-boot-flowable - war - - spring-boot-flowable - Spring Boot Flowable Module - org.springframework.boot @@ -61,4 +59,5 @@ 6.4.1 + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-groovy/pom.xml b/spring-boot-modules/spring-boot-groovy/pom.xml index 3392532081..ea9f3231cd 100644 --- a/spring-boot-modules/spring-boot-groovy/pom.xml +++ b/spring-boot-modules/spring-boot-groovy/pom.xml @@ -1,21 +1,20 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + com.baeldung.app + spring-boot-groovy + spring-boot-groovy + war + Spring Boot Todo Application with Groovy - 4.0.0 - com.baeldung.app - spring-boot-groovy - spring-boot-groovy - war - Spring Boot Todo Application with Groovy - - + com.baeldung parent-boot-2 0.0.1-SNAPSHOT ../../parent-boot-2 - + @@ -30,7 +29,6 @@ org.codehaus.groovy groovy - org.springframework.boot spring-boot-starter-test @@ -41,7 +39,7 @@ h2 runtime - + @@ -54,7 +52,7 @@ gmavenplus-plugin 1.9.0 - + addSources addTestSources @@ -65,7 +63,7 @@ removeStubs removeTestStubs - + @@ -75,4 +73,4 @@ com.baeldung.springwithgroovy.SpringBootGroovyApplication - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-jasypt/pom.xml b/spring-boot-modules/spring-boot-jasypt/pom.xml index 2f0c8a27b4..1032500de7 100644 --- a/spring-boot-modules/spring-boot-jasypt/pom.xml +++ b/spring-boot-modules/spring-boot-jasypt/pom.xml @@ -1,7 +1,13 @@ - + 4.0.0 + com.example.jasypt + spring-boot-jasypt + jar + spring-boot-jasypt + Demo project for Spring Boot com.baeldung.spring-boot-modules @@ -10,31 +16,21 @@ ../ - com.example.jasypt - spring-boot-jasypt - jar - - spring-boot-jasypt - Demo project for Spring Boot - org.springframework.boot spring-boot-starter - org.springframework.boot spring-boot-starter-test test - com.github.ulisesbocchio jasypt-spring-boot-starter ${jasypt.version} - com.github.ulisesbocchio jasypt-spring-boot @@ -55,4 +51,4 @@ 2.0.0 - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-keycloak/pom.xml b/spring-boot-modules/spring-boot-keycloak/pom.xml index cfcdcf2c37..37d57d6556 100644 --- a/spring-boot-modules/spring-boot-keycloak/pom.xml +++ b/spring-boot-modules/spring-boot-keycloak/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 com.baeldung.keycloak spring-boot-keycloak @@ -41,7 +42,6 @@ org.springframework.boot spring-boot-starter-data-jpa - org.springframework.boot spring-boot-starter-test @@ -79,4 +79,4 @@ 11.0.2 - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-libraries-2/pom.xml b/spring-boot-modules/spring-boot-libraries-2/pom.xml index 629b713cb5..669c07c23a 100644 --- a/spring-boot-modules/spring-boot-libraries-2/pom.xml +++ b/spring-boot-modules/spring-boot-libraries-2/pom.xml @@ -1,22 +1,22 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + spring-boot-libraries-2 + spring-boot-modules com.baeldung.spring-boot-modules 1.0.0-SNAPSHOT - 4.0.0 - - spring-boot-libraries-2 org.springframework.boot spring-boot-starter-web - + ch.qos.logback logback-classic @@ -24,15 +24,13 @@ org.springframework.data spring-data-jpa - org.jobrunr jobrunr-spring-boot-starter ${jobrunr.version} - - + org.openapitools openapi-generator @@ -48,13 +46,11 @@ springfox-swagger2 ${springfox.version} - org.springframework.boot spring-boot-starter-test test - org.awaitility awaitility @@ -62,8 +58,8 @@ test - - + + org.openapitools @@ -103,4 +99,4 @@ 2.9.2 - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-libraries/pom.xml b/spring-boot-modules/spring-boot-libraries/pom.xml index c96a881573..ad00629e14 100644 --- a/spring-boot-modules/spring-boot-libraries/pom.xml +++ b/spring-boot-modules/spring-boot-libraries/pom.xml @@ -1,7 +1,7 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-boot-libraries spring-boot-libraries @@ -36,20 +36,17 @@ spring-boot-starter-test test - org.togglz togglz-spring-boot-starter ${togglz.version} - org.togglz togglz-spring-security ${togglz.version} - com.graphql-java @@ -65,15 +62,13 @@ com.graphql-java graphiql-spring-boot-starter ${graphql-spring-boot-starter.version} - - + org.zalando problem-spring-web ${problem-spring-web.version} - net.javacrumbs.shedlock @@ -130,11 +125,11 @@ org.springframework.boot spring-boot-starter-cache - + javax.cache cache-api - + com.github.ben-manes.caffeine caffeine @@ -162,14 +157,11 @@ true - - org.apache.maven.plugins maven-war-plugin - pl.project13.maven git-commit-id-plugin @@ -195,9 +187,7 @@ ${project.build.outputDirectory}/git.properties - - @@ -261,4 +251,4 @@ 2.8.2 - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-logging-log4j2/pom.xml b/spring-boot-modules/spring-boot-logging-log4j2/pom.xml index 4422405187..2f69870961 100644 --- a/spring-boot-modules/spring-boot-logging-log4j2/pom.xml +++ b/spring-boot-modules/spring-boot-logging-log4j2/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 spring-boot-logging-log4j2 spring-boot-logging-log4j2 @@ -8,12 +9,11 @@ Demo project for Spring Boot Logging with Log4J2 - org.springframework.boot spring-boot-starter-parent 2.2.2.RELEASE - + @@ -41,7 +41,6 @@ ${lombok.version} provided - @@ -83,4 +82,4 @@ 1.18.4 - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-mvc-2/pom.xml b/spring-boot-modules/spring-boot-mvc-2/pom.xml index 580224cfd0..43e1f12efc 100644 --- a/spring-boot-modules/spring-boot-mvc-2/pom.xml +++ b/spring-boot-modules/spring-boot-mvc-2/pom.xml @@ -3,6 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + spring-boot-mvc-2 + jar + spring-boot-mvc-2 + Module For Spring Boot MVC Web Fn com.baeldung.spring-boot-modules @@ -11,69 +15,53 @@ ../ - spring-boot-mvc-2 - jar - - spring-boot-mvc-2 - Module For Spring Boot MVC Web Fn - org.springframework.boot spring-boot-starter-web - org.springframework.boot spring-boot-starter-validation - org.springframework.boot spring-boot-devtools true - io.springfox springfox-swagger2 ${spring.fox.version} - io.springfox springfox-swagger-ui ${spring.fox.version} - io.springfox springfox-spring-webmvc ${spring.fox.version} - org.apache.commons commons-lang3 - - - org.springframework.boot - spring-boot-starter-data-jpa - - - - com.fasterxml.jackson.core - jackson-databind - - - + + org.springframework.boot + spring-boot-starter-data-jpa + + + com.fasterxml.jackson.core + jackson-databind + + com.h2database h2 - - + com.thoughtworks.xstream xstream ${xstream.version} @@ -101,7 +89,6 @@ - 3.0.0 com.baeldung.swagger2boot.SpringBootSwaggerApplication diff --git a/spring-boot-modules/spring-boot-mvc-3/pom.xml b/spring-boot-modules/spring-boot-mvc-3/pom.xml index 5a5d4c3cd8..a46837e315 100644 --- a/spring-boot-modules/spring-boot-mvc-3/pom.xml +++ b/spring-boot-modules/spring-boot-mvc-3/pom.xml @@ -3,6 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + spring-boot-mvc-3 + jar + spring-boot-mvc-3 + Module For Spring Boot MVC Web com.baeldung.spring-boot-modules @@ -11,12 +15,6 @@ ../ - spring-boot-mvc-3 - jar - - spring-boot-mvc-3 - Module For Spring Boot MVC Web - org.springframework.boot @@ -37,4 +35,4 @@ - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-mvc-birt/pom.xml b/spring-boot-modules/spring-boot-mvc-birt/pom.xml index 4963cc3036..54a5091559 100644 --- a/spring-boot-modules/spring-boot-mvc-birt/pom.xml +++ b/spring-boot-modules/spring-boot-mvc-birt/pom.xml @@ -1,31 +1,28 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + spring-boot-mvc-birt + 0.0.1-SNAPSHOT + jar + spring-boot-mvc-birt + Module For Spring Boot Integration with BIRT - + org.springframework.boot spring-boot-starter-parent 2.1.1.RELEASE - + - spring-boot-mvc-birt - 0.0.1-SNAPSHOT - jar - - spring-boot-mvc-birt - Module For Spring Boot Integration with BIRT - - org.springframework.boot spring-boot-starter-web - org.springframework.boot spring-boot-starter-logging @@ -36,13 +33,11 @@ - org.springframework.boot spring-boot-starter-test test - com.innoventsolutions.birt.runtime org.eclipse.birt.runtime_4.8.0-20180626 @@ -58,7 +53,6 @@ lombok provided - @@ -78,4 +72,4 @@ 1.2.17 - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-mvc-jersey/pom.xml b/spring-boot-modules/spring-boot-mvc-jersey/pom.xml index ab117c4d2e..e5e4e09721 100644 --- a/spring-boot-modules/spring-boot-mvc-jersey/pom.xml +++ b/spring-boot-modules/spring-boot-mvc-jersey/pom.xml @@ -1,7 +1,12 @@ - + 4.0.0 + spring-boot-mvc-jersey + 0.0.1-SNAPSHOT + pom + spring-boot-mvc-jersey com.baeldung.spring-boot-modules @@ -10,14 +15,9 @@ ../ - spring-boot-mvc-jersey - 0.0.1-SNAPSHOT - pom - - spring-boot-mvc-jersey - spring-boot-jersey spring-boot-mvc - + + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-mvc-jersey/spring-boot-jersey/pom.xml b/spring-boot-modules/spring-boot-mvc-jersey/spring-boot-jersey/pom.xml index 5756a27eca..e0b261510c 100644 --- a/spring-boot-modules/spring-boot-mvc-jersey/spring-boot-jersey/pom.xml +++ b/spring-boot-modules/spring-boot-mvc-jersey/spring-boot-jersey/pom.xml @@ -1,25 +1,24 @@ - + 4.0.0 + com.baeldung.boot + spring-boot-jersey + 0.0.1-SNAPSHOT org.springframework.boot spring-boot-starter-parent 2.4.2 - + - com.baeldung.boot - spring-boot-jersey - 0.0.1-SNAPSHOT - org.springframework.boot spring-boot-starter-jersey - org.springframework.boot spring-boot-starter-test @@ -35,4 +34,5 @@ - + + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-mvc-jersey/spring-boot-mvc/pom.xml b/spring-boot-modules/spring-boot-mvc-jersey/spring-boot-mvc/pom.xml index 69d355e574..77c8027974 100644 --- a/spring-boot-modules/spring-boot-mvc-jersey/spring-boot-mvc/pom.xml +++ b/spring-boot-modules/spring-boot-mvc-jersey/spring-boot-mvc/pom.xml @@ -1,25 +1,24 @@ - + 4.0.0 + com.baeldung.boot + spring-boot-mvc + 0.0.1-SNAPSHOT org.springframework.boot spring-boot-starter-parent 2.4.2 - + - com.baeldung.boot - spring-boot-mvc - 0.0.1-SNAPSHOT - org.springframework.boot spring-boot-starter-web - org.springframework.boot spring-boot-starter-test @@ -35,4 +34,5 @@ - + + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-mvc/pom.xml b/spring-boot-modules/spring-boot-mvc/pom.xml index 560ea1cffa..fdaedb51df 100644 --- a/spring-boot-modules/spring-boot-mvc/pom.xml +++ b/spring-boot-modules/spring-boot-mvc/pom.xml @@ -3,6 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + spring-boot-mvc + jar + spring-boot-mvc + Module For Spring Boot MVC com.baeldung.spring-boot-modules @@ -11,14 +15,7 @@ ../ - spring-boot-mvc - jar - - spring-boot-mvc - Module For Spring Boot MVC - - org.springframework.boot spring-boot-starter-web @@ -44,39 +41,33 @@ org.springframework.boot spring-boot-starter-data-rest - mysql mysql-connector-java - org.hsqldb hsqldb runtime - org.glassfish javax.faces ${javax.faces.version} - org.springframework.boot spring-boot-starter-test test - com.rometools rome ${rome.version} - org.hibernate.validator @@ -90,14 +81,12 @@ org.springframework.boot spring-boot-starter-validation - io.springfox springfox-boot-starter ${spring.fox.version} - org.aspectj @@ -109,7 +98,6 @@ aspectjweaver ${aspectjweaver.version} - @@ -133,4 +121,4 @@ com.baeldung.springbootmvc.SpringBootMvcApplication - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-nashorn/pom.xml b/spring-boot-modules/spring-boot-nashorn/pom.xml index ca0b726a47..debde50595 100644 --- a/spring-boot-modules/spring-boot-nashorn/pom.xml +++ b/spring-boot-modules/spring-boot-nashorn/pom.xml @@ -1,8 +1,13 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + com.baeldung.nashorn + spring-boot-nashorn + 1.0 + jar + spring-boot-nashorn com.baeldung.spring-boot-modules @@ -11,13 +16,6 @@ ../ - com.baeldung.nashorn - spring-boot-nashorn - 1.0 - jar - - spring-boot-nashorn - org.springframework.boot @@ -50,5 +48,5 @@ - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-parent/pom.xml b/spring-boot-modules/spring-boot-parent/pom.xml index ebd3cd5d36..365a3a2639 100644 --- a/spring-boot-modules/spring-boot-parent/pom.xml +++ b/spring-boot-modules/spring-boot-parent/pom.xml @@ -1,8 +1,13 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + spring-boot-parent + 1.0.0-SNAPSHOT + pom + spring-boot-parent + spring-boot-parent com.baeldung.spring-boot-modules @@ -11,15 +16,9 @@ ../ - spring-boot-parent - 1.0.0-SNAPSHOT - pom - - spring-boot-parent - spring-boot-parent - spring-boot-with-starter-parent spring-boot-with-custom-parent - + + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-parent/spring-boot-with-custom-parent/pom.xml b/spring-boot-modules/spring-boot-parent/spring-boot-with-custom-parent/pom.xml index 63d6078eca..a61a5fd057 100644 --- a/spring-boot-modules/spring-boot-parent/spring-boot-with-custom-parent/pom.xml +++ b/spring-boot-modules/spring-boot-parent/spring-boot-with-custom-parent/pom.xml @@ -1,8 +1,11 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + spring-boot-with-custom-parent + 1.0.0-SNAPSHOT + spring-boot-with-custom-parent com.baeldung.spring-boot-modules @@ -11,11 +14,6 @@ ../ - spring-boot-with-custom-parent - 1.0.0-SNAPSHOT - - spring-boot-with-custom-parent - org.springframework.boot @@ -23,4 +21,4 @@ - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-parent/spring-boot-with-starter-parent/pom.xml b/spring-boot-modules/spring-boot-parent/spring-boot-with-starter-parent/pom.xml index 4274f63aa3..184becb657 100644 --- a/spring-boot-modules/spring-boot-parent/spring-boot-with-starter-parent/pom.xml +++ b/spring-boot-modules/spring-boot-parent/spring-boot-with-starter-parent/pom.xml @@ -1,8 +1,12 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + com.baeldung + spring-boot-with-starter-parent + 1.0.0-SNAPSHOT + spring-boot-with-starter-parent com.baeldung.spring-boot-modules @@ -11,12 +15,6 @@ ../ - com.baeldung - spring-boot-with-starter-parent - 1.0.0-SNAPSHOT - - spring-boot-with-starter-parent - @@ -41,4 +39,4 @@ 2.2.5.RELEASE - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-performance/pom.xml b/spring-boot-modules/spring-boot-performance/pom.xml index 053f68eea3..02cef986d0 100644 --- a/spring-boot-modules/spring-boot-performance/pom.xml +++ b/spring-boot-modules/spring-boot-performance/pom.xml @@ -1,7 +1,11 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + spring-boot-performance + war + spring-boot-performance + This is a simple Spring Boot application taking advantage of the latest Spring Boot improvements/features. Current version: 2.2 com.baeldung.spring-boot-modules @@ -10,23 +14,15 @@ ../ - spring-boot-performance - war - - spring-boot-performance - This is a simple Spring Boot application taking advantage of the latest Spring Boot improvements/features. Current version: 2.2 - org.springframework.boot spring-boot-starter - org.springframework.boot spring-boot-starter-web - de.codecentric chaos-monkey-spring-boot @@ -42,7 +38,6 @@ true - org.apache.maven.plugins @@ -56,4 +51,4 @@ com.baeldung.lazyinitialization.Application 2.0.0 - + \ No newline at end of file