From 7becd6bdda4ff7d115361c2b3324c1bed6041712 Mon Sep 17 00:00:00 2001 From: sampadawagde Date: Thu, 13 May 2021 22:45:35 +0530 Subject: [PATCH] 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