From 28f95423cd78eafb47b236ca5f33a094413db346 Mon Sep 17 00:00:00 2001 From: sampadawagde Date: Thu, 13 May 2021 22:43:38 +0530 Subject: [PATCH 1/4] JAVA-5223: Fix formatting of POMs (Others - Part 1) --- atomikos/pom.xml | 242 +++++++++--------- saas/pom.xml | 8 +- slack/pom.xml | 7 +- .../sql-injection-samples/pom.xml | 5 +- spark-java/pom.xml | 7 +- spf4j/pom.xml | 7 +- spf4j/spf4j-aspects-app/pom.xml | 6 +- spf4j/spf4j-core-app/pom.xml | 6 +- spring-4/pom.xml | 10 +- spring-5-data-reactive/pom.xml | 18 +- spring-5-reactive-2/pom.xml | 10 +- spring-5-reactive-client/pom.xml | 9 +- spring-5-reactive-oauth/pom.xml | 9 +- spring-5-reactive-security/pom.xml | 11 +- spring-5-reactive/pom.xml | 8 +- spring-5-webflux/pom.xml | 12 +- spring-5/pom.xml | 11 +- spring-activiti/pom.xml | 11 +- spring-akka/pom.xml | 5 +- spring-amqp/pom.xml | 7 +- spring-aop/pom.xml | 7 +- spring-apache-camel/pom.xml | 7 +- spring-batch-2/pom.xml | 2 +- spring-batch/pom.xml | 15 +- spring-bom/pom.xml | 9 +- 25 files changed, 209 insertions(+), 240 deletions(-) diff --git a/atomikos/pom.xml b/atomikos/pom.xml index 8918de7b77..405231fea7 100644 --- a/atomikos/pom.xml +++ b/atomikos/pom.xml @@ -1,128 +1,128 @@ - 4.0.0 - atomikos - atomikos + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + 4.0.0 + atomikos + atomikos - - com.baeldung - parent-modules - 1.0.0-SNAPSHOT - + + com.baeldung + parent-modules + 1.0.0-SNAPSHOT + - - - com.atomikos - transactions-jdbc - ${atomikos-version} - - - com.atomikos - transactions-jms - ${atomikos-version} - - - com.atomikos - transactions-hibernate4 - ${atomikos-version} - - - org.springframework - spring-context - ${spring-version} - - - org.springframework - spring-tx - ${spring-version} - - - org.springframework.data - spring-data-jpa - ${spring-data-jpa.version} - - - org.springframework - spring-test - ${spring-version} - test - - - org.hibernate - hibernate-core - ${hibernate.version} - provided - - - javax.transaction - jta - - - - - org.apache.activemq - activemq-core - ${activemq-core.version} - - - org.apache.derby - derby - ${derby.version} - - - junit - junit - ${junit.version} - test - - - - javax.transaction - jta - ${jta.version} - - - org.apache.geronimo.specs - geronimo-jta_1.0.1B_spec - ${geronimo.version} - - - javax.validation - validation-api - ${validation-api.version} - - - org.hibernate.validator - hibernate-validator - ${hibernate-validator.version} - - - javax.el - javax.el-api - ${javax.el-api.version} - - - org.glassfish.web - javax.el - ${javax.el.version} - - + + + com.atomikos + transactions-jdbc + ${atomikos-version} + + + com.atomikos + transactions-jms + ${atomikos-version} + + + com.atomikos + transactions-hibernate4 + ${atomikos-version} + + + org.springframework + spring-context + ${spring-version} + + + org.springframework + spring-tx + ${spring-version} + + + org.springframework.data + spring-data-jpa + ${spring-data-jpa.version} + + + org.springframework + spring-test + ${spring-version} + test + + + org.hibernate + hibernate-core + ${hibernate.version} + provided + + + javax.transaction + jta + + + + + org.apache.activemq + activemq-core + ${activemq-core.version} + + + org.apache.derby + derby + ${derby.version} + + + junit + junit + ${junit.version} + test + + + + javax.transaction + jta + ${jta.version} + + + org.apache.geronimo.specs + geronimo-jta_1.0.1B_spec + ${geronimo.version} + + + javax.validation + validation-api + ${validation-api.version} + + + org.hibernate.validator + hibernate-validator + ${hibernate-validator.version} + + + javax.el + javax.el-api + ${javax.el-api.version} + + + org.glassfish.web + javax.el + ${javax.el.version} + + - - 5.0.6 - 5.1.6.RELEASE - 5.4.3.Final - 1.11.23.RELEASE - 5.7.0 - 10.8.1.2 - 1.1 - 1.0 - 2.0.1.Final - 6.1.2.Final - 3.0.0 - 2.2.4 - + + 5.0.6 + 5.1.6.RELEASE + 5.4.3.Final + 1.11.23.RELEASE + 5.7.0 + 10.8.1.2 + 1.1 + 1.0 + 2.0.1.Final + 6.1.2.Final + 3.0.0 + 2.2.4 + \ No newline at end of file diff --git a/saas/pom.xml b/saas/pom.xml index 93965b37c4..87f273939c 100644 --- a/saas/pom.xml +++ b/saas/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 saas 0.1.0-SNAPSHOT @@ -35,7 +36,6 @@ true - org.codehaus.mojo @@ -47,7 +47,7 @@ -Xmx300m -XX:+UseParallelGC -classpath - + com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed diff --git a/slack/pom.xml b/slack/pom.xml index 51a4cf029f..690bf5132c 100644 --- a/slack/pom.xml +++ b/slack/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 com.baeldung.examples slack @@ -57,4 +58,4 @@ 2.4 - + \ No newline at end of file diff --git a/software-security/sql-injection-samples/pom.xml b/software-security/sql-injection-samples/pom.xml index 6cacaa4ad0..7953e43ebe 100644 --- a/software-security/sql-injection-samples/pom.xml +++ b/software-security/sql-injection-samples/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 sql-injection-samples 0.0.1-SNAPSHOT diff --git a/spark-java/pom.xml b/spark-java/pom.xml index 686cf75058..b5538b4ec3 100644 --- a/spark-java/pom.xml +++ b/spark-java/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 spark-java 0.1.0-SNAPSHOT @@ -32,4 +33,4 @@ 2.8.0 - + \ No newline at end of file diff --git a/spf4j/pom.xml b/spf4j/pom.xml index b0568e9f7a..6d325947cf 100644 --- a/spf4j/pom.xml +++ b/spf4j/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 com.baeldung.spf4j spf4j @@ -18,4 +19,4 @@ spf4j-aspects-app - + \ No newline at end of file diff --git a/spf4j/spf4j-aspects-app/pom.xml b/spf4j/spf4j-aspects-app/pom.xml index 24a419233e..4a4c7cb804 100644 --- a/spf4j/spf4j-aspects-app/pom.xml +++ b/spf4j/spf4j-aspects-app/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 spf4j-aspects-app 0.0.1-SNAPSHOT @@ -87,4 +87,4 @@ 3.1.1 - + \ No newline at end of file diff --git a/spf4j/spf4j-core-app/pom.xml b/spf4j/spf4j-core-app/pom.xml index 280a59e0d9..2961174a35 100644 --- a/spf4j/spf4j-core-app/pom.xml +++ b/spf4j/spf4j-core-app/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 spf4j-core-app 0.0.1-SNAPSHOT @@ -87,4 +87,4 @@ 3.1.1 - + \ No newline at end of file diff --git a/spring-4/pom.xml b/spring-4/pom.xml index cd6b232317..21de925d99 100644 --- a/spring-4/pom.xml +++ b/spring-4/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 spring-4 spring-4 @@ -8,7 +9,7 @@ jar - + com.baeldung parent-boot-1 0.0.1-SNAPSHOT @@ -83,7 +84,6 @@ ${easymock.version} test - org.hsqldb hsqldb @@ -115,4 +115,4 @@ 2.4.0 - + \ No newline at end of file diff --git a/spring-5-data-reactive/pom.xml b/spring-5-data-reactive/pom.xml index 0fb689f16d..5f12636280 100644 --- a/spring-5-data-reactive/pom.xml +++ b/spring-5-data-reactive/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 spring-5-data-reactive spring-5-data-reactive @@ -44,7 +45,6 @@ io.reactivex.rxjava2 rxjava - org.springframework spring-test @@ -59,18 +59,15 @@ de.flapdoodle.embed.mongo test - org.springframework.boot spring-boot-starter-webflux - org.springframework spring-tx ${spring-tx.version} - org.springframework.data spring-data-r2dbc @@ -118,14 +115,12 @@ ${java.version} - + default-compile none - + default-testCompile none @@ -160,5 +155,4 @@ 2.2.6.RELEASE - - + \ No newline at end of file diff --git a/spring-5-reactive-2/pom.xml b/spring-5-reactive-2/pom.xml index 093be0f03c..0758365932 100644 --- a/spring-5-reactive-2/pom.xml +++ b/spring-5-reactive-2/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 spring-5-reactive-2 0.0.1-SNAPSHOT @@ -33,19 +34,16 @@ reactor-spring ${reactor-spring.version} - org.projectlombok lombok provided - org.springframework.boot spring-boot-starter-test test - com.github.tomakehurst wiremock-jre8 @@ -82,4 +80,4 @@ 2.24.0 - + \ No newline at end of file diff --git a/spring-5-reactive-client/pom.xml b/spring-5-reactive-client/pom.xml index 28f692a735..136f31b49e 100644 --- a/spring-5-reactive-client/pom.xml +++ b/spring-5-reactive-client/pom.xml @@ -1,6 +1,5 @@ - 4.0.0 @@ -72,7 +71,6 @@ ${okhttp.version} test - org.springframework.boot @@ -84,7 +82,6 @@ h2 runtime - org.springframework spring-test @@ -100,14 +97,12 @@ 2.26.0 test - org.apache.commons commons-collections4 ${commons-collections4.version} test - org.projectlombok lombok @@ -163,4 +158,4 @@ 4.0.1 - + \ No newline at end of file diff --git a/spring-5-reactive-oauth/pom.xml b/spring-5-reactive-oauth/pom.xml index 15f5dcacaa..8e8b472881 100644 --- a/spring-5-reactive-oauth/pom.xml +++ b/spring-5-reactive-oauth/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 com.baeldung.reactive.oauth spring-5-reactive-oauth @@ -25,12 +26,10 @@ org.springframework.boot spring-boot-starter-webflux - org.springframework.security spring-security-oauth2-client - org.springframework.boot spring-boot-starter-test @@ -64,4 +63,4 @@ - + \ No newline at end of file diff --git a/spring-5-reactive-security/pom.xml b/spring-5-reactive-security/pom.xml index 2024cb5138..267a683fa7 100644 --- a/spring-5-reactive-security/pom.xml +++ b/spring-5-reactive-security/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 spring-5-reactive-security 0.0.1-SNAPSHOT @@ -60,9 +61,7 @@ org.apache.commons commons-lang3 - - org.springframework.boot spring-boot-devtools @@ -77,14 +76,12 @@ spring-boot-starter-test test - org.apache.commons commons-collections4 ${commons-collections4.version} test - io.reactivex.rxjava2 rxjava @@ -130,4 +127,4 @@ 3.1.6.RELEASE - + \ No newline at end of file diff --git a/spring-5-reactive/pom.xml b/spring-5-reactive/pom.xml index 40791faaaf..408573198b 100644 --- a/spring-5-reactive/pom.xml +++ b/spring-5-reactive/pom.xml @@ -52,9 +52,7 @@ org.apache.commons commons-lang3 - - org.springframework.boot spring-boot-devtools @@ -79,8 +77,6 @@ reactor-test test - - org.springframework.boot @@ -102,14 +98,12 @@ org.springframework.session spring-session-data-redis - org.apache.commons commons-collections4 ${commons-collections4.version} test - io.reactivex.rxjava2 rxjava @@ -162,4 +156,4 @@ 4.1 - + \ No newline at end of file diff --git a/spring-5-webflux/pom.xml b/spring-5-webflux/pom.xml index 766521a80f..ad1a66943c 100644 --- a/spring-5-webflux/pom.xml +++ b/spring-5-webflux/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 spring-5-webflux 1.0-SNAPSHOT @@ -31,29 +32,24 @@ org.springframework.boot spring-boot-starter-webflux - org.springframework.boot spring-boot-starter-rsocket - org.projectlombok lombok - org.springframework.boot spring-boot-starter-test test - io.projectreactor reactor-test test - com.squareup.okhttp3 mockwebserver @@ -73,4 +69,4 @@ 2.3.3.RELEASE - + \ No newline at end of file diff --git a/spring-5/pom.xml b/spring-5/pom.xml index 082b1f8a87..5ebeb4dadf 100644 --- a/spring-5/pom.xml +++ b/spring-5/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-5 0.0.1-SNAPSHOT @@ -55,9 +55,7 @@ org.apache.commons commons-lang3 - - org.springframework.boot spring-boot-devtools @@ -68,7 +66,6 @@ h2 runtime - org.springframework spring-test @@ -133,7 +130,7 @@ - + @@ -144,4 +141,4 @@ ${project.build.directory}/generated-snippets - + \ No newline at end of file diff --git a/spring-activiti/pom.xml b/spring-activiti/pom.xml index a8557b4f56..c685207cc4 100644 --- a/spring-activiti/pom.xml +++ b/spring-activiti/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 spring-activiti spring-activiti @@ -8,7 +9,8 @@ Demo project for Spring Boot - + com.baeldung parent-boot-1 0.0.1-SNAPSHOT @@ -30,7 +32,6 @@ org.springframework.boot spring-boot-starter-thymeleaf - com.h2database h2 @@ -60,4 +61,4 @@ 6.0.0 - + \ No newline at end of file diff --git a/spring-akka/pom.xml b/spring-akka/pom.xml index 23535a8ccc..fb7a6198c3 100644 --- a/spring-akka/pom.xml +++ b/spring-akka/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 spring-akka 0.1-SNAPSHOT diff --git a/spring-amqp/pom.xml b/spring-amqp/pom.xml index f32db5b8b4..1a0b78c26e 100755 --- a/spring-amqp/pom.xml +++ b/spring-amqp/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 spring-amqp 1.0.0-SNAPSHOT @@ -25,4 +26,4 @@ com.baeldung.springamqp.simple.HelloWorldMessageApp - + \ No newline at end of file diff --git a/spring-aop/pom.xml b/spring-aop/pom.xml index d18019a5ca..464a830383 100644 --- a/spring-aop/pom.xml +++ b/spring-aop/pom.xml @@ -1,5 +1,6 @@ - 4.0.0 spring-aop @@ -22,7 +23,6 @@ org.aspectj aspectjweaver - org.springframework.boot spring-boot-starter-aop @@ -71,5 +71,4 @@ 1.11 - - + \ No newline at end of file diff --git a/spring-apache-camel/pom.xml b/spring-apache-camel/pom.xml index 9c7cc14381..de7bd1287a 100644 --- a/spring-apache-camel/pom.xml +++ b/spring-apache-camel/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 org.apache.camel spring-apache-camel @@ -65,4 +66,4 @@ 4.3.4.RELEASE - + \ No newline at end of file diff --git a/spring-batch-2/pom.xml b/spring-batch-2/pom.xml index 183ad610f3..c429c272bd 100644 --- a/spring-batch-2/pom.xml +++ b/spring-batch-2/pom.xml @@ -51,4 +51,4 @@ 2.5.1 - + \ No newline at end of file diff --git a/spring-batch/pom.xml b/spring-batch/pom.xml index 75ec0d4877..b195ff8d13 100644 --- a/spring-batch/pom.xml +++ b/spring-batch/pom.xml @@ -1,5 +1,6 @@ - 4.0.0 spring-batch @@ -24,21 +25,18 @@ ${jaxb.version} runtime - org.glassfish.jaxb jaxb-runtime ${jaxb.version} runtime - org.xerial sqlite-jdbc ${sqlite.version} - org.springframework spring-oxm @@ -50,42 +48,35 @@ - org.springframework spring-jdbc ${spring.version} - org.springframework.batch spring-batch-core ${spring.batch.version} - org.springframework.batch spring-batch-test ${spring.batch.version} - com.opencsv opencsv ${opencsv.version} - org.springframework.boot spring-boot-starter-batch - org.hsqldb hsqldb runtime - org.awaitility awaitility @@ -103,4 +94,4 @@ 3.1.1 - + \ No newline at end of file diff --git a/spring-bom/pom.xml b/spring-bom/pom.xml index e82c650fa9..7ba21ee285 100644 --- a/spring-bom/pom.xml +++ b/spring-bom/pom.xml @@ -1,6 +1,7 @@ - - + + 4.0.0 spring-bom 1.0.0-SNAPSHOT @@ -39,4 +40,4 @@ 4.3.8.RELEASE - + \ No newline at end of file From 7becd6bdda4ff7d115361c2b3324c1bed6041712 Mon Sep 17 00:00:00 2001 From: sampadawagde Date: Thu, 13 May 2021 22:45:35 +0530 Subject: [PATCH 2/4] JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 1) --- spring-boot-modules/spring-boot-1/pom.xml | 9 +++-- .../spring-boot-actuator/pom.xml | 9 ++--- spring-boot-modules/spring-boot-admin/pom.xml | 18 ++++----- .../spring-boot-admin-client/pom.xml | 20 +++++----- .../spring-boot-admin-server/pom.xml | 25 +++++------- .../spring-boot-angular/pom.xml | 19 +++++---- .../spring-boot-annotations/pom.xml | 21 ++++------ .../spring-boot-artifacts-2/pom.xml | 17 ++++---- .../spring-boot-artifacts/pom.xml | 40 ++++++------------- .../spring-boot-autoconfiguration/pom.xml | 22 ++++------ .../spring-boot-basic-customization-2/pom.xml | 17 ++++---- .../spring-boot-basic-customization/pom.xml | 20 ++++------ .../spring-boot-bootstrap/pom.xml | 17 ++++---- spring-boot-modules/spring-boot-camel/pom.xml | 10 ++--- spring-boot-modules/spring-boot-ci-cd/pom.xml | 18 ++++----- .../spring-boot-client/pom.xml | 23 ++++------- .../data-jpa-application/pom.xml | 5 ++- .../data-jpa-library/pom.xml | 5 ++- .../spring-boot-config-jpa-error/pom.xml | 16 ++++---- spring-boot-modules/spring-boot-crud/pom.xml | 12 +++--- .../spring-boot-ctx-fluent/pom.xml | 15 ++++--- .../spring-boot-data-2/pom.xml | 9 +++-- spring-boot-modules/spring-boot-data/pom.xml | 20 +++++----- .../spring-boot-deployment/pom.xml | 28 ++++--------- spring-boot-modules/spring-boot-di/pom.xml | 21 ++++------ .../disabling-console-jul/pom.xml | 7 ++-- .../disabling-console-log4j2/pom.xml | 7 ++-- .../disabling-console-logback/pom.xml | 4 +- .../spring-boot-disable-logging/pom.xml | 18 ++++----- spring-boot-modules/spring-boot/pom.xml | 27 +++---------- 30 files changed, 206 insertions(+), 293 deletions(-) diff --git a/spring-boot-modules/spring-boot-1/pom.xml b/spring-boot-modules/spring-boot-1/pom.xml index d44120b21e..9f91cc8f2e 100644 --- a/spring-boot-modules/spring-boot-1/pom.xml +++ b/spring-boot-modules/spring-boot-1/pom.xml @@ -1,13 +1,14 @@ - + 4.0.0 spring-boot-1 jar Module for Spring Boot version 1.x - + com.baeldung parent-boot-1 0.0.1-SNAPSHOT @@ -43,4 +44,4 @@ - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-actuator/pom.xml b/spring-boot-modules/spring-boot-actuator/pom.xml index 3cb324a0b8..1865974ab0 100644 --- a/spring-boot-modules/spring-boot-actuator/pom.xml +++ b/spring-boot-modules/spring-boot-actuator/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-actuator spring-boot-actuator @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent 2.3.2.RELEASE - + @@ -36,7 +36,6 @@ com.h2database h2 - org.springframework.boot spring-boot-starter-test @@ -68,4 +67,4 @@ - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-admin/pom.xml b/spring-boot-modules/spring-boot-admin/pom.xml index 6109081723..b995b6f02e 100644 --- a/spring-boot-modules/spring-boot-admin/pom.xml +++ b/spring-boot-modules/spring-boot-admin/pom.xml @@ -1,7 +1,12 @@ - + 4.0.0 + spring-boot-admin + 0.0.1-SNAPSHOT + pom + spring-boot-admin com.baeldung.spring-boot-modules @@ -10,14 +15,9 @@ ../ - spring-boot-admin - 0.0.1-SNAPSHOT - pom - - spring-boot-admin - spring-boot-admin-server spring-boot-admin-client - + + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-admin/spring-boot-admin-client/pom.xml b/spring-boot-modules/spring-boot-admin/spring-boot-admin-client/pom.xml index f7a4b157e7..a565b94c79 100644 --- a/spring-boot-modules/spring-boot-admin/spring-boot-admin-client/pom.xml +++ b/spring-boot-modules/spring-boot-admin/spring-boot-admin-client/pom.xml @@ -1,7 +1,13 @@ - + 4.0.0 + spring-boot-admin-client + 0.0.1-SNAPSHOT + jar + spring-boot-admin-client + Spring Boot Admin Client com.baeldung.spring-boot-modules @@ -10,13 +16,6 @@ ../ - spring-boot-admin-client - 0.0.1-SNAPSHOT - jar - - spring-boot-admin-client - Spring Boot Admin Client - org.springframework.boot @@ -64,4 +63,5 @@ 2.4.0 2.0.4.RELEASE - + + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-admin/spring-boot-admin-server/pom.xml b/spring-boot-modules/spring-boot-admin/spring-boot-admin-server/pom.xml index bcec12a14c..b53394cdef 100644 --- a/spring-boot-modules/spring-boot-admin/spring-boot-admin-server/pom.xml +++ b/spring-boot-modules/spring-boot-admin/spring-boot-admin-server/pom.xml @@ -1,7 +1,13 @@ - + 4.0.0 + spring-boot-admin-server + 0.0.1-SNAPSHOT + jar + spring-boot-admin-server + Spring Boot Admin Server com.baeldung.spring-boot-modules @@ -10,19 +16,11 @@ ../ - spring-boot-admin-server - 0.0.1-SNAPSHOT - jar - - spring-boot-admin-server - Spring Boot Admin Server - org.springframework.boot spring-boot-starter-web - @@ -30,7 +28,6 @@ spring-boot-admin-starter-server ${spring-boot-admin-server.version} - de.codecentric @@ -45,7 +42,6 @@ com.hazelcast hazelcast - de.codecentric @@ -53,12 +49,10 @@ ${spring-boot-admin-starter-client.version} - org.springframework.boot spring-boot-starter-mail - org.springframework.boot spring-boot-starter-test @@ -87,4 +81,5 @@ 1.5.7 2.0.4.RELEASE - + + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-angular/pom.xml b/spring-boot-modules/spring-boot-angular/pom.xml index ac63d21bb8..89a8814d2f 100644 --- a/spring-boot-modules/spring-boot-angular/pom.xml +++ b/spring-boot-modules/spring-boot-angular/pom.xml @@ -1,7 +1,13 @@ - + 4.0.0 + com.baeldung.springbootangular + spring-boot-angular + 1.0 + jar + spring-boot-angular com.baeldung.spring-boot-modules @@ -10,13 +16,6 @@ ../ - com.baeldung.springbootangular - spring-boot-angular - 1.0 - jar - - spring-boot-angular - org.springframework.boot @@ -52,4 +51,4 @@ - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-annotations/pom.xml b/spring-boot-modules/spring-boot-annotations/pom.xml index 799692d51b..b495c5de04 100644 --- a/spring-boot-modules/spring-boot-annotations/pom.xml +++ b/spring-boot-modules/spring-boot-annotations/pom.xml @@ -1,7 +1,11 @@ - + 4.0.0 + spring-boot-annotations + war + spring-boot-annotations com.baeldung.spring-boot-modules @@ -10,23 +14,16 @@ ../ - spring-boot-annotations - war - - spring-boot-annotations - org.aspectj aspectjweaver ${aspectjweaver.version} - org.springframework.boot spring-boot-starter-web - org.springframework.boot spring-boot-starter-data-jpa @@ -37,12 +34,10 @@ - org.hibernate hibernate-core - org.springframework.boot @@ -50,5 +45,5 @@ test - - + + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-artifacts-2/pom.xml b/spring-boot-modules/spring-boot-artifacts-2/pom.xml index abea13151e..8cf78b79e0 100644 --- a/spring-boot-modules/spring-boot-artifacts-2/pom.xml +++ b/spring-boot-modules/spring-boot-artifacts-2/pom.xml @@ -1,7 +1,12 @@ - + 4.0.0 + spring-boot-artifacts-2 + jar + spring-boot-artifacts-2 + Demo project for Spring Boot com.baeldung.spring-boot-modules @@ -10,12 +15,6 @@ ../ - spring-boot-artifacts-2 - jar - - spring-boot-artifacts-2 - Demo project for Spring Boot - org.springframework.boot @@ -45,4 +44,4 @@ com.baeldung.demo.DemoApplication - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-artifacts/pom.xml b/spring-boot-modules/spring-boot-artifacts/pom.xml index 467f931559..7ed91a6626 100644 --- a/spring-boot-modules/spring-boot-artifacts/pom.xml +++ b/spring-boot-modules/spring-boot-artifacts/pom.xml @@ -1,7 +1,12 @@ - + 4.0.0 + spring-boot-artifacts + war + spring-boot-artifacts + Demo project for Spring Boot com.baeldung.spring-boot-modules @@ -10,88 +15,69 @@ ../ - spring-boot-artifacts - war - - spring-boot-artifacts - 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 test - 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.webjars bootstrap ${bootstrap.version} - org.webjars jquery ${jquery.version} - org.apache.httpcomponents httpclient ${httpclient.version} - @@ -116,8 +102,8 @@ maven-failsafe-plugin 2.18 - + integration-tests @@ -125,8 +111,8 @@ verify - + **/ExternalPropertyFileLoaderIntegrationTest.java @@ -134,7 +120,6 @@ - pl.project13.maven git-commit-id-plugin @@ -160,7 +145,6 @@ ${project.build.outputDirectory}/git.properties - @@ -213,4 +197,4 @@ 4.5.8 - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-autoconfiguration/pom.xml b/spring-boot-modules/spring-boot-autoconfiguration/pom.xml index 4990e6884c..bf8bcc5a87 100644 --- a/spring-boot-modules/spring-boot-autoconfiguration/pom.xml +++ b/spring-boot-modules/spring-boot-autoconfiguration/pom.xml @@ -1,7 +1,13 @@ - 4.0.0 + spring-boot-autoconfiguration + 0.0.1-SNAPSHOT + war + spring-boot-autoconfiguration + This is simple boot application demonstrating a custom auto-configuration com.baeldung.spring-boot-modules @@ -10,13 +16,6 @@ ../ - spring-boot-autoconfiguration - 0.0.1-SNAPSHOT - war - - spring-boot-autoconfiguration - This is simple boot application demonstrating a custom auto-configuration - org.springframework.boot @@ -39,18 +38,15 @@ spring-boot-starter-test test - mysql mysql-connector-java - org.springframework.boot spring-boot-configuration-processor true - org.hsqldb hsqldb @@ -59,21 +55,19 @@ - spring-boot + spring-boot-autoconfiguration src/main/resources true - org.apache.maven.plugins maven-war-plugin - diff --git a/spring-boot-modules/spring-boot-basic-customization-2/pom.xml b/spring-boot-modules/spring-boot-basic-customization-2/pom.xml index 3ce9266ebe..d42a7fd3de 100644 --- a/spring-boot-modules/spring-boot-basic-customization-2/pom.xml +++ b/spring-boot-modules/spring-boot-basic-customization-2/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-basic-customization-2 + jar + spring-boot-basic-customization-2 + Module For Spring Boot Basic Customization 2 com.baeldung.spring-boot-modules @@ -11,18 +15,11 @@ ../ - spring-boot-basic-customization-2 - jar - - spring-boot-basic-customization-2 - Module For Spring Boot Basic Customization 2 - org.springframework.boot spring-boot-starter-web - org.springframework.boot spring-boot-starter-test @@ -30,4 +27,4 @@ - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-basic-customization/pom.xml b/spring-boot-modules/spring-boot-basic-customization/pom.xml index fc34994a85..5ab747cff1 100644 --- a/spring-boot-modules/spring-boot-basic-customization/pom.xml +++ b/spring-boot-modules/spring-boot-basic-customization/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-basic-customization + jar + spring-boot-basic-customization + Module For Spring Boot Basic Customization com.baeldung.spring-boot-modules @@ -11,28 +15,19 @@ ../ - spring-boot-basic-customization - jar - - spring-boot-basic-customization - Module For Spring Boot Basic Customization - org.springframework.boot spring-boot-starter - org.springframework.boot spring-boot-starter-web - org.springframework.boot spring-boot-starter-thymeleaf - org.springframework.boot spring-boot-starter-test @@ -44,4 +39,5 @@ com.baeldung.changeport.CustomApplication - + + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-bootstrap/pom.xml b/spring-boot-modules/spring-boot-bootstrap/pom.xml index 5f1cd8fb65..f94ee9ca31 100644 --- a/spring-boot-modules/spring-boot-bootstrap/pom.xml +++ b/spring-boot-modules/spring-boot-bootstrap/pom.xml @@ -1,7 +1,12 @@ - + 4.0.0 + spring-boot-bootstrap + jar + spring-boot-bootstrap + Demo project for Spring Boot com.baeldung.spring-boot-modules @@ -10,12 +15,6 @@ ../ - spring-boot-bootstrap - jar - - spring-boot-bootstrap - Demo project for Spring Boot - org.springframework.boot @@ -336,4 +335,4 @@ 1.0.0.RELEASE - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-camel/pom.xml b/spring-boot-modules/spring-boot-camel/pom.xml index 46a90b4722..0069dfdbff 100644 --- a/spring-boot-modules/spring-boot-camel/pom.xml +++ b/spring-boot-modules/spring-boot-camel/pom.xml @@ -1,12 +1,13 @@ - 4.0.0 com.example spring-boot-camel 0.0.1-SNAPSHOT - spring-boot-camel - + spring-boot-camel + com.baeldung parent-boot-2 @@ -48,7 +49,6 @@ spring-boot:run - org.springframework.boot @@ -68,4 +68,4 @@ 3.0.0-M4 - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-ci-cd/pom.xml b/spring-boot-modules/spring-boot-ci-cd/pom.xml index 61a2e299fb..fb1810c62e 100644 --- a/spring-boot-modules/spring-boot-ci-cd/pom.xml +++ b/spring-boot-modules/spring-boot-ci-cd/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-ci-cd + 0.0.1-SNAPSHOT + jar + spring-boot-ci-cd com.baeldung.spring-boot-modules @@ -11,18 +15,11 @@ ../ - spring-boot-ci-cd - 0.0.1-SNAPSHOT - jar - - spring-boot-ci-cd - org.springframework.boot spring-boot-starter-web - org.springframework.boot spring-boot-starter-actuator @@ -73,7 +70,8 @@ spring-boot-ci-cd - java $JAVA_OPTS -jar -Dserver.port=$PORT target/${project.build.finalName}.jar + java $JAVA_OPTS -jar -Dserver.port=$PORT + target/${project.build.finalName}.jar diff --git a/spring-boot-modules/spring-boot-client/pom.xml b/spring-boot-modules/spring-boot-client/pom.xml index aa832497e9..7f54d0e541 100644 --- a/spring-boot-modules/spring-boot-client/pom.xml +++ b/spring-boot-modules/spring-boot-client/pom.xml @@ -1,7 +1,13 @@ - 4.0.0 + spring-boot-client + 0.0.1-SNAPSHOT + war + spring-boot-client + This is simple boot client application for Spring boot actuator test com.baeldung.spring-boot-modules @@ -10,13 +16,6 @@ ../ - spring-boot-client - 0.0.1-SNAPSHOT - war - - spring-boot-client - This is simple boot client application for Spring boot actuator test - org.springframework.boot @@ -48,7 +47,6 @@ org.springframework spring-messaging - @@ -59,22 +57,17 @@ true - - org.apache.maven.plugins maven-war-plugin - pl.project13.maven git-commit-id-plugin ${git-commit-id-plugin.version} - - @@ -116,7 +109,7 @@ 18.0 - 2.2.4 + 2.2.4 \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-config-jpa-error/data-jpa-application/pom.xml b/spring-boot-modules/spring-boot-config-jpa-error/data-jpa-application/pom.xml index 9a311adfec..12a39b75fe 100644 --- a/spring-boot-modules/spring-boot-config-jpa-error/data-jpa-application/pom.xml +++ b/spring-boot-modules/spring-boot-config-jpa-error/data-jpa-application/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 data-jpa-application 0.0.1-SNAPSHOT diff --git a/spring-boot-modules/spring-boot-config-jpa-error/data-jpa-library/pom.xml b/spring-boot-modules/spring-boot-config-jpa-error/data-jpa-library/pom.xml index 2da9e5aa2c..c8be287abd 100644 --- a/spring-boot-modules/spring-boot-config-jpa-error/data-jpa-library/pom.xml +++ b/spring-boot-modules/spring-boot-config-jpa-error/data-jpa-library/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 data-jpa-library 0.0.1-SNAPSHOT diff --git a/spring-boot-modules/spring-boot-config-jpa-error/pom.xml b/spring-boot-modules/spring-boot-config-jpa-error/pom.xml index d236a581d8..b5207f8997 100644 --- a/spring-boot-modules/spring-boot-config-jpa-error/pom.xml +++ b/spring-boot-modules/spring-boot-config-jpa-error/pom.xml @@ -1,7 +1,12 @@ - + 4.0.0 + com.baeldung.spring-boot-config-jpa-error + spring-boot-config-jpa-error + 0.0.1-SNAPSHOT + pom com.baeldung.spring-boot-modules @@ -10,11 +15,6 @@ ../ - com.baeldung.spring-boot-config-jpa-error - spring-boot-config-jpa-error - 0.0.1-SNAPSHOT - pom - data-jpa-library data-jpa-application @@ -38,14 +38,12 @@ spring-boot-starter-data-jpa ${spring-boot.version} - org.springframework.boot spring-boot-starter-test ${spring-boot.version} test - com.h2database h2 diff --git a/spring-boot-modules/spring-boot-crud/pom.xml b/spring-boot-modules/spring-boot-crud/pom.xml index cf1bfe6da0..79eccf2fba 100644 --- a/spring-boot-modules/spring-boot-crud/pom.xml +++ b/spring-boot-modules/spring-boot-crud/pom.xml @@ -1,8 +1,10 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 + spring-boot-crud + spring-boot-crud com.baeldung.spring-boot-modules @@ -11,10 +13,6 @@ ../ - spring-boot-crud - - spring-boot-crud - org.springframework.boot @@ -86,4 +84,4 @@ - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-ctx-fluent/pom.xml b/spring-boot-modules/spring-boot-ctx-fluent/pom.xml index cfbc6ffac0..8a7aca076e 100644 --- a/spring-boot-modules/spring-boot-ctx-fluent/pom.xml +++ b/spring-boot-modules/spring-boot-ctx-fluent/pom.xml @@ -1,7 +1,12 @@ - 4.0.0 + spring-boot-ctx-fluent + 0.0.1-SNAPSHOT + jar + spring-boot-ctx-fluent com.baeldung.spring-boot-modules @@ -10,12 +15,6 @@ ../ - spring-boot-ctx-fluent - 0.0.1-SNAPSHOT - jar - - spring-boot-ctx-fluent - org.springframework.boot @@ -23,4 +22,4 @@ - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-data-2/pom.xml b/spring-boot-modules/spring-boot-data-2/pom.xml index fb0d5f2053..b7006782c8 100644 --- a/spring-boot-modules/spring-boot-data-2/pom.xml +++ b/spring-boot-modules/spring-boot-data-2/pom.xml @@ -1,16 +1,17 @@ + xmlns="http://maven.apache.org/POM/4.0.0" + 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-data-2 + com.baeldung.spring-boot-modules spring-boot-modules 1.0.0-SNAPSHOT ../ - 4.0.0 - spring-boot-data-2 org.springframework.boot diff --git a/spring-boot-modules/spring-boot-data/pom.xml b/spring-boot-modules/spring-boot-data/pom.xml index 06f09c70fe..447b730c02 100644 --- a/spring-boot-modules/spring-boot-data/pom.xml +++ b/spring-boot-modules/spring-boot-data/pom.xml @@ -1,7 +1,12 @@ - + 4.0.0 + spring-boot-data + war + spring-boot-data + Spring Boot Data Module com.baeldung.spring-boot-modules @@ -10,12 +15,6 @@ ../ - spring-boot-data - war - - spring-boot-data - Spring Boot Data Module - org.springframework.boot @@ -63,7 +62,6 @@ true - org.apache.maven.plugins @@ -173,5 +171,5 @@ 1.8 1.8 - - + + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-deployment/pom.xml b/spring-boot-modules/spring-boot-deployment/pom.xml index ae546016f2..7c78d20afc 100644 --- a/spring-boot-modules/spring-boot-deployment/pom.xml +++ b/spring-boot-modules/spring-boot-deployment/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 spring-boot-deployment spring-boot-deployment @@ -19,77 +20,64 @@ org.springframework.boot spring-boot-starter-web - org.springframework.boot spring-boot-starter-thymeleaf provided - org.springframework.boot spring-boot-starter-test test - 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.webjars bootstrap ${bootstrap.version} - org.webjars jquery ${jquery.version} - org.apache.httpcomponents httpclient ${httpclient.version} - @@ -123,8 +111,8 @@ maven-failsafe-plugin 2.18 - + integration-tests @@ -132,8 +120,8 @@ verify - + **/ExternalPropertyFileLoaderIntegrationTest.java @@ -192,4 +180,4 @@ 4.5.8 - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-di/pom.xml b/spring-boot-modules/spring-boot-di/pom.xml index 58b427a4a8..0e9fb49a95 100644 --- a/spring-boot-modules/spring-boot-di/pom.xml +++ b/spring-boot-modules/spring-boot-di/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-di + jar + spring-boot-di + Module For Spring Boot DI com.baeldung.spring-boot-modules @@ -11,34 +15,24 @@ ../ - spring-boot-di - jar - - spring-boot-di - Module For Spring Boot DI - org.aspectj aspectjweaver - org.springframework.boot spring-boot-starter-web - org.springframework.boot spring-boot-starter-actuator - org.springframework.boot spring-boot-starter-tomcat provided - org.apache.tomcat.embed tomcat-embed-jasper @@ -49,7 +43,6 @@ spring-boot-starter-test test - @@ -69,4 +62,4 @@ com.baeldung.SpringBootDiApplication - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-disable-logging/disabling-console-jul/pom.xml b/spring-boot-modules/spring-boot-disable-logging/disabling-console-jul/pom.xml index 798332e809..deee4e435f 100644 --- a/spring-boot-modules/spring-boot-disable-logging/disabling-console-jul/pom.xml +++ b/spring-boot-modules/spring-boot-disable-logging/disabling-console-jul/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 disabling-console-jul disabling-console-jul - + com.baeldung.spring-boot-modules spring-boot-disable-logging diff --git a/spring-boot-modules/spring-boot-disable-logging/disabling-console-log4j2/pom.xml b/spring-boot-modules/spring-boot-disable-logging/disabling-console-log4j2/pom.xml index f3f7fdf473..0524f9d401 100644 --- a/spring-boot-modules/spring-boot-disable-logging/disabling-console-log4j2/pom.xml +++ b/spring-boot-modules/spring-boot-disable-logging/disabling-console-log4j2/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 disabling-console-log4j2 disabling-console-log4j2 - + com.baeldung.spring-boot-modules spring-boot-disable-logging diff --git a/spring-boot-modules/spring-boot-disable-logging/disabling-console-logback/pom.xml b/spring-boot-modules/spring-boot-disable-logging/disabling-console-logback/pom.xml index 741eae4ba4..0990209ff9 100644 --- a/spring-boot-modules/spring-boot-disable-logging/disabling-console-logback/pom.xml +++ b/spring-boot-modules/spring-boot-disable-logging/disabling-console-logback/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 disabling-console-logback disabling-console-logback diff --git a/spring-boot-modules/spring-boot-disable-logging/pom.xml b/spring-boot-modules/spring-boot-disable-logging/pom.xml index 020592ee29..65de521c63 100644 --- a/spring-boot-modules/spring-boot-disable-logging/pom.xml +++ b/spring-boot-modules/spring-boot-disable-logging/pom.xml @@ -1,7 +1,12 @@ - + 4.0.0 + spring-boot-disable-logging + 1.0.0-SNAPSHOT + pom + spring-boot-disable-logging com.baeldung.spring-boot-modules @@ -10,15 +15,10 @@ ../ - spring-boot-disable-logging - 1.0.0-SNAPSHOT - pom - - spring-boot-disable-logging - disabling-console-jul disabling-console-log4j2 disabling-console-logback - + + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot/pom.xml b/spring-boot-modules/spring-boot/pom.xml index 9023ae92f3..8df16a1f9c 100644 --- a/spring-boot-modules/spring-boot/pom.xml +++ b/spring-boot-modules/spring-boot/pom.xml @@ -3,6 +3,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 + 0.0.1-SNAPSHOT + war + spring-boot + This is simple boot application for Spring boot actuator test com.baeldung.spring-boot-modules @@ -11,13 +16,6 @@ ../ - spring-boot - 0.0.1-SNAPSHOT - war - - spring-boot - This is simple boot application for Spring boot actuator test - org.springframework.boot @@ -47,12 +45,10 @@ org.springframework.boot spring-boot-starter-actuator - org.springframework.boot spring-boot-starter-tomcat - org.springframework.boot spring-boot-starter-test @@ -69,17 +65,14 @@ - io.dropwizard.metrics metrics-core - com.h2database h2 - org.springframework.boot spring-boot-starter @@ -89,25 +82,21 @@ json-path test - com.google.guava guava ${guava.version} - org.apache.tomcat tomcat-servlet-api ${tomee-servlet-api.version} provided - org.apache.activemq artemis-server - com.rometools rome @@ -123,14 +112,11 @@ true - - org.apache.maven.plugins maven-war-plugin - org.apache.maven.plugins maven-resources-plugin @@ -142,7 +128,6 @@ - @@ -191,4 +176,4 @@ @ - + \ No newline at end of file From a11662776db4397cd0661a29005535afb46db7a2 Mon Sep 17 00:00:00 2001 From: sampadawagde Date: Thu, 13 May 2021 22:46:18 +0530 Subject: [PATCH 3/4] 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 From 39352f251d3e1b00f7b62ba6680ce55cac3097cf Mon Sep 17 00:00:00 2001 From: sampadawagde Date: Thu, 13 May 2021 22:47:40 +0530 Subject: [PATCH 4/4] JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 3) --- spring-boot-modules/pom.xml | 11 ++-- .../spring-boot-properties-2/pom.xml | 19 ++++--- .../spring-boot-properties-3/pom.xml | 17 +++--- .../spring-boot-properties/pom.xml | 15 +++--- .../spring-boot-property-exp/pom.xml | 7 +-- .../property-exp-custom-config/pom.xml | 7 +-- .../property-exp-default-config/pom.xml | 7 +-- spring-boot-modules/spring-boot-react/pom.xml | 32 +++++------- .../spring-boot-runtime-2/pom.xml | 17 +++--- .../spring-boot-runtime/pom.xml | 33 +++--------- .../spring-boot-security/pom.xml | 20 +++---- .../spring-boot-springdoc/pom.xml | 52 ++++++++----------- .../spring-boot-swagger-jwt/pom.xml | 15 +++--- .../spring-boot-swagger/pom.xml | 15 +++--- .../spring-boot-testing/pom.xml | 24 +++------ spring-boot-modules/spring-boot-vue/pom.xml | 21 ++++---- spring-boot-modules/spring-boot-xml/pom.xml | 11 ++-- 17 files changed, 133 insertions(+), 190 deletions(-) diff --git a/spring-boot-modules/pom.xml b/spring-boot-modules/pom.xml index 90be832f2c..7c94d5b7d7 100644 --- a/spring-boot-modules/pom.xml +++ b/spring-boot-modules/pom.xml @@ -1,13 +1,12 @@ - + 4.0.0 - com.baeldung.spring-boot-modules spring-boot-modules 1.0.0-SNAPSHOT pom - spring-boot-modules @@ -77,7 +76,6 @@ spring-boot-react - @@ -112,4 +110,5 @@ 5.6.2 2.22.2 - + + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-properties-2/pom.xml b/spring-boot-modules/spring-boot-properties-2/pom.xml index e777b8f318..62f23da450 100644 --- a/spring-boot-modules/spring-boot-properties-2/pom.xml +++ b/spring-boot-modules/spring-boot-properties-2/pom.xml @@ -1,7 +1,13 @@ - + 4.0.0 + spring-boot-properties-2 + jar + 0.0.1-SNAPSHOT + spring-boot-properties-2 + Spring Boot Properties Module com.baeldung.spring-boot-modules @@ -10,13 +16,6 @@ ../ - spring-boot-properties-2 - jar - 0.0.1-SNAPSHOT - - spring-boot-properties-2 - Spring Boot Properties Module - org.springframework.boot @@ -28,4 +27,4 @@ - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-properties-3/pom.xml b/spring-boot-modules/spring-boot-properties-3/pom.xml index 33799b557d..400229a662 100644 --- a/spring-boot-modules/spring-boot-properties-3/pom.xml +++ b/spring-boot-modules/spring-boot-properties-3/pom.xml @@ -1,7 +1,13 @@ - + 4.0.0 + spring-boot-properties-3 + 0.0.1-SNAPSHOT + spring-boot-properties-3 + Spring Boot Properties Module + com.baeldung.spring-boot-modules spring-boot-modules @@ -9,11 +15,6 @@ ../ - spring-boot-properties-3 - 0.0.1-SNAPSHOT - spring-boot-properties-3 - Spring Boot Properties Module - org.springframework.boot @@ -39,4 +40,4 @@ - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-properties/pom.xml b/spring-boot-modules/spring-boot-properties/pom.xml index 0a7d8a8cbf..adeb41e976 100644 --- a/spring-boot-modules/spring-boot-properties/pom.xml +++ b/spring-boot-modules/spring-boot-properties/pom.xml @@ -3,6 +3,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-properties + jar + 0.0.1-SNAPSHOT + spring-boot-properties + Spring Boot Properties Module com.baeldung.spring-boot-modules @@ -11,13 +16,6 @@ ../ - spring-boot-properties - jar - 0.0.1-SNAPSHOT - - spring-boot-properties - Spring Boot Properties Module - commons-configuration @@ -76,7 +74,6 @@ true - org.apache.maven.plugins @@ -142,4 +139,4 @@ com.baeldung.yaml.MyApplication - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-property-exp/pom.xml b/spring-boot-modules/spring-boot-property-exp/pom.xml index 2da25fca31..0d55a531c0 100644 --- a/spring-boot-modules/spring-boot-property-exp/pom.xml +++ b/spring-boot-modules/spring-boot-property-exp/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 spring-boot-property-exp spring-boot-property-exp @@ -18,4 +19,4 @@ property-exp-custom-config - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-property-exp/property-exp-custom-config/pom.xml b/spring-boot-modules/spring-boot-property-exp/property-exp-custom-config/pom.xml index 07aeca9ad2..08fd911e6a 100644 --- a/spring-boot-modules/spring-boot-property-exp/property-exp-custom-config/pom.xml +++ b/spring-boot-modules/spring-boot-property-exp/property-exp-custom-config/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 property-exp-custom-config 0.0.1-SNAPSHOT @@ -81,4 +82,4 @@ 2.7 - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-property-exp/property-exp-default-config/pom.xml b/spring-boot-modules/spring-boot-property-exp/property-exp-default-config/pom.xml index 79e194a3b5..496004b0e2 100644 --- a/spring-boot-modules/spring-boot-property-exp/property-exp-default-config/pom.xml +++ b/spring-boot-modules/spring-boot-property-exp/property-exp-default-config/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 property-exp-default-config 0.0.1-SNAPSHOT @@ -37,4 +38,4 @@ Custom Property Value - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-react/pom.xml b/spring-boot-modules/spring-boot-react/pom.xml index 157ec65b35..f1e10ae12d 100644 --- a/spring-boot-modules/spring-boot-react/pom.xml +++ b/spring-boot-modules/spring-boot-react/pom.xml @@ -1,7 +1,9 @@ + 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-react spring-boot-modules @@ -9,44 +11,28 @@ 1.0.0-SNAPSHOT - 4.0.0 - - spring-boot-react - - - 11 - 11 - 1.6 - v10.14.2 - v1.12.1 - - org.springframework.boot spring-boot-starter-web 2.4.4 - org.springframework.boot spring-boot-starter-data-jpa 2.4.4 - com.h2database h2 1.4.200 runtime - com.github.javafaker javafaker 1.0.2 - org.springframework.boot spring-boot-starter-test @@ -128,13 +114,19 @@ - org.springframework.boot spring-boot-maven-plugin - + + 11 + 11 + 1.6 + v10.14.2 + v1.12.1 + + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-runtime-2/pom.xml b/spring-boot-modules/spring-boot-runtime-2/pom.xml index 8f6351165a..2c97f63746 100644 --- a/spring-boot-modules/spring-boot-runtime-2/pom.xml +++ b/spring-boot-modules/spring-boot-runtime-2/pom.xml @@ -1,7 +1,12 @@ - 4.0.0 + spring-boot-runtime-2 + jar + spring-boot-runtime-2 + Demo project for Spring Boot com.baeldung.spring-boot-modules @@ -10,19 +15,11 @@ ../ - spring-boot-runtime-2 - jar - - spring-boot-runtime-2 - Demo project for Spring Boot - - org.springframework.boot spring-boot-starter-web - org.springframework.boot spring-boot-starter-test @@ -63,4 +60,4 @@ - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-runtime/pom.xml b/spring-boot-modules/spring-boot-runtime/pom.xml index 54bae61520..92b1458cf6 100644 --- a/spring-boot-modules/spring-boot-runtime/pom.xml +++ b/spring-boot-modules/spring-boot-runtime/pom.xml @@ -1,7 +1,12 @@ - + 4.0.0 + spring-boot-runtime + jar + spring-boot-runtime + Demo project for Spring Boot Runtime com.baeldung.spring-boot-modules @@ -10,103 +15,81 @@ ../ - spring-boot-runtime - jar - - spring-boot-runtime - Demo project for Spring Boot Runtime - org.springframework.boot spring-boot-starter-web - org.springframework.boot spring-boot-starter-validation - org.springframework.boot spring-boot-starter-thymeleaf provided - org.springframework.boot spring-boot-starter-data-jpa - org.springframework.boot spring-boot-starter-mail - org.springframework.boot spring-boot-starter-actuator - org.springframework.boot spring-boot-starter-security - org.springframework.cloud spring-cloud-starter ${springcloud.version} - org.springframework.boot spring-boot-starter-test test - commons-io commons-io ${commons-io.version} - org.springframework.security spring-security-test - com.h2database h2 runtime - javax.persistence javax.persistence-api ${jpa.version} - com.google.guava guava ${guava.version} - org.subethamail subethasmtp ${subethasmtp.version} test - org.apache.httpcomponents httpclient ${httpclient.version} - @@ -117,4 +100,4 @@ 4.5.8 - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-security/pom.xml b/spring-boot-modules/spring-boot-security/pom.xml index 3f8d2ff73f..11e5a38eeb 100644 --- a/spring-boot-modules/spring-boot-security/pom.xml +++ b/spring-boot-modules/spring-boot-security/pom.xml @@ -1,7 +1,12 @@ - + 4.0.0 + spring-boot-security + jar + spring-boot-security + Spring Boot Security Auto-Configuration com.baeldung.spring-boot-modules @@ -10,12 +15,6 @@ ../ - spring-boot-security - jar - - spring-boot-security - Spring Boot Security Auto-Configuration - org.springframework.boot @@ -40,13 +39,11 @@ org.springframework.boot spring-boot-starter-web - org.springframework.security spring-security-taglibs - org.apache.tomcat.embed @@ -57,7 +54,6 @@ javax.servlet jstl - org.springframework.boot spring-boot-starter-test @@ -89,4 +85,4 @@ 2.2.2.RELEASE - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-springdoc/pom.xml b/spring-boot-modules/spring-boot-springdoc/pom.xml index 8442504fed..892fbfe4ca 100644 --- a/spring-boot-modules/spring-boot-springdoc/pom.xml +++ b/spring-boot-modules/spring-boot-springdoc/pom.xml @@ -1,9 +1,13 @@ - 4.0.0 + spring-boot-springdoc + 0.0.1-SNAPSHOT + jar + spring-boot-springdoc + Project for Springdoc integration com.baeldung.spring-boot-modules @@ -12,13 +16,6 @@ ../ - spring-boot-springdoc - 0.0.1-SNAPSHOT - jar - - spring-boot-springdoc - Project for Springdoc integration - org.springframework.boot @@ -36,19 +33,16 @@ com.h2database h2 - org.springframework.boot spring-boot-starter-test test - - + org.hibernate hibernate-core ${hibernate.version} - org.springdoc @@ -59,10 +53,9 @@ org.springdoc springdoc-openapi-data-rest ${springdoc.version} - - - - + + + org.springframework.restdocs spring-restdocs-mockmvc test @@ -71,8 +64,7 @@ org.springframework.restdocs spring-restdocs-restassured test - - + org.springdoc @@ -119,8 +111,8 @@ - - + + kotlin-maven-plugin org.jetbrains.kotlin ${kotlin.version} @@ -162,20 +154,12 @@ application.properties data.sql - schema.sql + schema.sql - - 5.2.10.Final - 1.5.2 - 1.5.6 - 1.4.0 - ${project.build.directory}/generated-snippets - - integration @@ -223,4 +207,12 @@ + + 5.2.10.Final + 1.5.2 + 1.5.6 + 1.4.0 + ${project.build.directory}/generated-snippets + + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-swagger-jwt/pom.xml b/spring-boot-modules/spring-boot-swagger-jwt/pom.xml index 6ee7db2ac9..c296b06388 100644 --- a/spring-boot-modules/spring-boot-swagger-jwt/pom.xml +++ b/spring-boot-modules/spring-boot-swagger-jwt/pom.xml @@ -3,6 +3,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-swagger-jwt + 0.1.0-SNAPSHOT + spring-boot-swagger-jwt + jar + Module For Spring Boot Swagger UI com.baeldung.spring-boot-modules @@ -10,13 +15,7 @@ 1.0.0-SNAPSHOT ../ - - spring-boot-swagger-jwt - 0.1.0-SNAPSHOT - spring-boot-swagger-jwt - jar - - Module For Spring Boot Swagger UI + org.springframework.boot @@ -42,4 +41,4 @@ 3.0.0 - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-swagger/pom.xml b/spring-boot-modules/spring-boot-swagger/pom.xml index 2d80cae4d5..a9d8a943e4 100644 --- a/spring-boot-modules/spring-boot-swagger/pom.xml +++ b/spring-boot-modules/spring-boot-swagger/pom.xml @@ -3,6 +3,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-swagger + 0.1.0-SNAPSHOT + spring-boot-swagger + jar + Module For Spring Boot Swagger com.baeldung.spring-boot-modules @@ -10,13 +15,7 @@ 1.0.0-SNAPSHOT ../ - - spring-boot-swagger - 0.1.0-SNAPSHOT - spring-boot-swagger - jar - - Module For Spring Boot Swagger + org.springframework.boot @@ -42,4 +41,4 @@ 3.0.0 - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-testing/pom.xml b/spring-boot-modules/spring-boot-testing/pom.xml index 50a1ace2fa..1860818b7b 100644 --- a/spring-boot-modules/spring-boot-testing/pom.xml +++ b/spring-boot-modules/spring-boot-testing/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-testing + war + spring-boot-testing + This is simple boot application for demonstrating testing features. com.baeldung.spring-boot-modules @@ -11,12 +15,6 @@ ../ - spring-boot-testing - war - - spring-boot-testing - This is simple boot application for demonstrating testing features. - org.springframework.boot @@ -62,7 +60,6 @@ - it.ozimov @@ -77,20 +74,17 @@ ${spock.version} test - org.spockframework spock-spring ${spock.version} test - io.rest-assured rest-assured test - @@ -101,14 +95,11 @@ true - - org.apache.maven.plugins maven-war-plugin - pl.project13.maven git-commit-id-plugin @@ -134,7 +125,6 @@ ${project.build.outputDirectory}/git.properties - org.codehaus.gmavenplus gmavenplus-plugin @@ -159,4 +149,4 @@ 0.7.2 - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-vue/pom.xml b/spring-boot-modules/spring-boot-vue/pom.xml index 9973246115..3d3d51797c 100644 --- a/spring-boot-modules/spring-boot-vue/pom.xml +++ b/spring-boot-modules/spring-boot-vue/pom.xml @@ -1,7 +1,13 @@ - + 4.0.0 + spring-boot-vue + 0.0.1-SNAPSHOT + jar + spring-boot-vue + Demo project for Spring Boot Vue project com.baeldung.spring-boot-modules @@ -10,25 +16,16 @@ ../ - spring-boot-vue - 0.0.1-SNAPSHOT - jar - - spring-boot-vue - Demo project for Spring Boot Vue project - org.springframework.boot spring-boot-starter-web - org.springframework.boot spring-boot-starter-test test - org.springframework.boot @@ -45,4 +42,4 @@ - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-xml/pom.xml b/spring-boot-modules/spring-boot-xml/pom.xml index e1ddd8f437..b3fd343e4f 100644 --- a/spring-boot-modules/spring-boot-xml/pom.xml +++ b/spring-boot-modules/spring-boot-xml/pom.xml @@ -1,7 +1,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-xml + parent-boot-2 com.baeldung @@ -9,10 +12,6 @@ ../../parent-boot-2 - 4.0.0 - - spring-boot-xml - org.springframework.boot