From 55810387b4b9056aff1f5d55e3693a45d13d9263 Mon Sep 17 00:00:00 2001 From: freelansam <79205526+freelansam@users.noreply.github.com> Date: Tue, 20 Dec 2022 22:37:54 +0530 Subject: [PATCH] JAVA-16563: Fix formatting of POMs (#13175) --- .../core-java-collections-4/pom.xml | 2 +- .../core-java-collections-maps-2/pom.xml | 2 +- .../core-java-collections-maps-5/pom.xml | 25 ++--- core-java-modules/core-java-jvm-3/pom.xml | 1 - .../core-java-string-apis-2/pom.xml | 7 +- di-modules/cdi/pom.xml | 2 +- di-modules/dagger/pom.xml | 2 +- di-modules/flyway-cdi-extension/pom.xml | 2 +- di-modules/guice/pom.xml | 2 +- di-modules/pom.xml | 3 +- docker-modules/docker-caching/pom.xml | 3 +- docker-modules/pom.xml | 2 +- httpclient-simple/pom.xml | 7 +- javaxval-2/pom.xml | 4 +- jenkins-modules/pom.xml | 3 +- kubernetes-modules/kubernetes-spring/pom.xml | 96 ++++++++++--------- .../maven-download-artifacts/pom.xml | 27 +++--- messaging-modules/jgroups/pom.xml | 2 +- messaging-modules/pom.xml | 3 +- messaging-modules/spring-apache-camel/pom.xml | 4 +- messaging-modules/spring-jms/pom.xml | 2 +- .../design-patterns-architectural/pom.xml | 2 +- .../design-patterns-cloud/pom.xml | 39 ++++---- .../design-patterns-creational-2/pom.xml | 8 +- pdf-2/pom.xml | 2 +- persistence-modules/blaze-persistence/pom.xml | 27 +++--- persistence-modules/pom.xml | 5 +- .../spring-data-jpa-repo-2/pom.xml | 1 - saas-modules/jira-rest-integration/pom.xml | 4 +- saas-modules/pom.xml | 2 +- saas-modules/stripe/pom.xml | 2 +- saas-modules/twilio/pom.xml | 2 +- saas-modules/twitter4j/pom.xml | 2 +- security-modules/pom.xml | 2 +- server-modules/apache-tomcat/pom.xml | 3 +- server-modules/apache-tomcat/sso/pom.xml | 3 +- server-modules/netty/pom.xml | 2 +- server-modules/pom.xml | 3 +- server-modules/undertow/pom.xml | 2 +- .../spring-boot-3-native/pom.xml | 9 +- spring-boot-modules/spring-boot-3/pom.xml | 2 +- .../spring-boot-graphql/pom.xml | 82 ++++++++-------- spring-boot-modules/spring-boot-mvc-5/pom.xml | 28 +++--- .../spring-boot-process-automation/pom.xml | 4 +- .../spring-cloud-bus-client/pom.xml | 1 - .../spring-cloud-config/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- spring-native/pom.xml | 2 +- spring-reactive-modules/pom.xml | 2 +- .../spring-security-web-boot-1/pom.xml | 3 +- spring-web-modules/pom.xml | 2 +- tablesaw/pom.xml | 10 +- testing-modules/junit-5-advanced/pom.xml | 26 ++--- testing-modules/mockito-2/pom.xml | 24 ++--- testing-modules/spring-mockito/pom.xml | 1 + web-modules/google-web-toolkit/pom.xml | 13 +-- 57 files changed, 268 insertions(+), 259 deletions(-) diff --git a/core-java-modules/core-java-collections-4/pom.xml b/core-java-modules/core-java-collections-4/pom.xml index 51e2d6e0ee..9f1439b850 100644 --- a/core-java-modules/core-java-collections-4/pom.xml +++ b/core-java-modules/core-java-collections-4/pom.xml @@ -32,4 +32,4 @@ 3.12.0 - + \ No newline at end of file diff --git a/core-java-modules/core-java-collections-maps-2/pom.xml b/core-java-modules/core-java-collections-maps-2/pom.xml index da51adac53..1e526ef892 100644 --- a/core-java-modules/core-java-collections-maps-2/pom.xml +++ b/core-java-modules/core-java-collections-maps-2/pom.xml @@ -61,4 +61,4 @@ 8.1.0 - + \ No newline at end of file diff --git a/core-java-modules/core-java-collections-maps-5/pom.xml b/core-java-modules/core-java-collections-maps-5/pom.xml index 516a0de4be..f12e044b23 100644 --- a/core-java-modules/core-java-collections-maps-5/pom.xml +++ b/core-java-modules/core-java-collections-maps-5/pom.xml @@ -5,18 +5,6 @@ 4.0.0 core-java-collections-maps-5 0.1.0-SNAPSHOT - - - - org.apache.maven.plugins - maven-compiler-plugin - - 9 - 9 - - - - core-java-collections-maps-5 jar @@ -46,6 +34,19 @@ + + + + org.apache.maven.plugins + maven-compiler-plugin + + 9 + 9 + + + + + 5.2.5.RELEASE diff --git a/core-java-modules/core-java-jvm-3/pom.xml b/core-java-modules/core-java-jvm-3/pom.xml index 86c3799c09..cb2d8b0b85 100644 --- a/core-java-modules/core-java-jvm-3/pom.xml +++ b/core-java-modules/core-java-jvm-3/pom.xml @@ -15,7 +15,6 @@ - \ No newline at end of file diff --git a/core-java-modules/core-java-string-apis-2/pom.xml b/core-java-modules/core-java-string-apis-2/pom.xml index 79e13e3ba5..ba983d7593 100644 --- a/core-java-modules/core-java-string-apis-2/pom.xml +++ b/core-java-modules/core-java-string-apis-2/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 core-java-string-apis-2 0.0.1-SNAPSHOT @@ -41,4 +41,5 @@ 3.12.0 31.1-jre - + + \ No newline at end of file diff --git a/di-modules/cdi/pom.xml b/di-modules/cdi/pom.xml index 647192bed2..bdba3429db 100644 --- a/di-modules/cdi/pom.xml +++ b/di-modules/cdi/pom.xml @@ -48,4 +48,4 @@ 1.9.2 - + \ No newline at end of file diff --git a/di-modules/dagger/pom.xml b/di-modules/dagger/pom.xml index 06a87b0475..59811c7c86 100644 --- a/di-modules/dagger/pom.xml +++ b/di-modules/dagger/pom.xml @@ -45,4 +45,4 @@ 2.16 - + \ No newline at end of file diff --git a/di-modules/flyway-cdi-extension/pom.xml b/di-modules/flyway-cdi-extension/pom.xml index 7e9b73a127..0865ae0834 100644 --- a/di-modules/flyway-cdi-extension/pom.xml +++ b/di-modules/flyway-cdi-extension/pom.xml @@ -55,4 +55,4 @@ 1.3.2 - + \ No newline at end of file diff --git a/di-modules/guice/pom.xml b/di-modules/guice/pom.xml index 39b1f20b76..cbadf2119d 100644 --- a/di-modules/guice/pom.xml +++ b/di-modules/guice/pom.xml @@ -26,4 +26,4 @@ 4.1.0 - + \ No newline at end of file diff --git a/di-modules/pom.xml b/di-modules/pom.xml index 675d6117a6..e6c86d48e6 100644 --- a/di-modules/pom.xml +++ b/di-modules/pom.xml @@ -19,4 +19,5 @@ flyway-cdi-extension guice - + + \ No newline at end of file diff --git a/docker-modules/docker-caching/pom.xml b/docker-modules/docker-caching/pom.xml index 6ee7bfc442..25572dfe4f 100644 --- a/docker-modules/docker-caching/pom.xml +++ b/docker-modules/docker-caching/pom.xml @@ -17,4 +17,5 @@ single-module-caching multi-module-caching - + + \ No newline at end of file diff --git a/docker-modules/pom.xml b/docker-modules/pom.xml index 89dbf80408..e71307b7e0 100644 --- a/docker-modules/pom.xml +++ b/docker-modules/pom.xml @@ -29,4 +29,4 @@ 11 - + \ No newline at end of file diff --git a/httpclient-simple/pom.xml b/httpclient-simple/pom.xml index edd2838f3a..45da1e7a39 100644 --- a/httpclient-simple/pom.xml +++ b/httpclient-simple/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 httpclient-simple 0.1-SNAPSHOT @@ -101,7 +101,6 @@ - org.apache.httpcomponents.core5 httpcore5 @@ -306,7 +305,7 @@ 2.5.1 4.4.11 4.5.8 - + 5.2 5.2 diff --git a/javaxval-2/pom.xml b/javaxval-2/pom.xml index fd4aa70023..a63d21969b 100644 --- a/javaxval-2/pom.xml +++ b/javaxval-2/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 javaxval-2 0.1-SNAPSHOT diff --git a/jenkins-modules/pom.xml b/jenkins-modules/pom.xml index 35777a08d8..5cbc47d1f4 100644 --- a/jenkins-modules/pom.xml +++ b/jenkins-modules/pom.xml @@ -16,4 +16,5 @@ plugins - + + \ No newline at end of file diff --git a/kubernetes-modules/kubernetes-spring/pom.xml b/kubernetes-modules/kubernetes-spring/pom.xml index d91e841bad..466808a6ce 100644 --- a/kubernetes-modules/kubernetes-spring/pom.xml +++ b/kubernetes-modules/kubernetes-spring/pom.xml @@ -1,50 +1,54 @@ - - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.7.5 - - - com.example - demo - 0.0.1-SNAPSHOT - demo - Demo project for Spring Boot - - 11 - - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-webflux - + + 4.0.0 + com.example + demo + 0.0.1-SNAPSHOT + demo + Demo project for Spring Boot - - org.springframework.boot - spring-boot-starter-test - test - - - io.projectreactor - reactor-test - test - - + + org.springframework.boot + spring-boot-starter-parent + 2.7.5 + + - - - - org.springframework.boot - spring-boot-maven-plugin - - - + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-webflux + - + + org.springframework.boot + spring-boot-starter-test + test + + + io.projectreactor + reactor-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + 11 + + + \ No newline at end of file diff --git a/maven-modules/maven-repositories/maven-download-artifacts/pom.xml b/maven-modules/maven-repositories/maven-download-artifacts/pom.xml index 15173f8d60..53db99e59a 100644 --- a/maven-modules/maven-repositories/maven-download-artifacts/pom.xml +++ b/maven-modules/maven-repositories/maven-download-artifacts/pom.xml @@ -13,6 +13,19 @@ 1.0.0-SNAPSHOT + + + com.baeldung + maven-release-repository + 1.0.0 + + + com.baeldung + maven-snapshot-repository + 1.0.0-SNAPSHOT + + + nexus-snapshot @@ -35,18 +48,4 @@ - - - com.baeldung - maven-release-repository - 1.0.0 - - - - com.baeldung - maven-snapshot-repository - 1.0.0-SNAPSHOT - - - \ No newline at end of file diff --git a/messaging-modules/jgroups/pom.xml b/messaging-modules/jgroups/pom.xml index ec094ac53a..12939c86b1 100644 --- a/messaging-modules/jgroups/pom.xml +++ b/messaging-modules/jgroups/pom.xml @@ -31,4 +31,4 @@ 4.0.10.Final - + \ No newline at end of file diff --git a/messaging-modules/pom.xml b/messaging-modules/pom.xml index 0fa5d81c40..f843b0fe11 100644 --- a/messaging-modules/pom.xml +++ b/messaging-modules/pom.xml @@ -21,4 +21,5 @@ spring-apache-camel spring-jms - + + \ No newline at end of file diff --git a/messaging-modules/spring-apache-camel/pom.xml b/messaging-modules/spring-apache-camel/pom.xml index 8ba1697d3d..9f2e74dc36 100644 --- a/messaging-modules/spring-apache-camel/pom.xml +++ b/messaging-modules/spring-apache-camel/pom.xml @@ -14,7 +14,7 @@ messaging-modules 0.0.1-SNAPSHOT - + org.apache.camel @@ -65,4 +65,4 @@ 4.3.4.RELEASE - + \ No newline at end of file diff --git a/messaging-modules/spring-jms/pom.xml b/messaging-modules/spring-jms/pom.xml index 398a2ec54c..b94a31c0c5 100644 --- a/messaging-modules/spring-jms/pom.xml +++ b/messaging-modules/spring-jms/pom.xml @@ -85,4 +85,4 @@ 1.5.10.RELEASE - + \ No newline at end of file diff --git a/patterns-modules/design-patterns-architectural/pom.xml b/patterns-modules/design-patterns-architectural/pom.xml index 80c9b65b41..2d6117a406 100644 --- a/patterns-modules/design-patterns-architectural/pom.xml +++ b/patterns-modules/design-patterns-architectural/pom.xml @@ -74,4 +74,4 @@ 3.14.0 - + \ No newline at end of file diff --git a/patterns-modules/design-patterns-cloud/pom.xml b/patterns-modules/design-patterns-cloud/pom.xml index f166a02fba..acd3e64ed5 100644 --- a/patterns-modules/design-patterns-cloud/pom.xml +++ b/patterns-modules/design-patterns-cloud/pom.xml @@ -1,23 +1,24 @@ - 4.0.0 - design-patterns-cloud - design-patterns-cloud - jar + 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 + design-patterns-cloud + design-patterns-cloud + jar - - com.baeldung - patterns-modules - 1.0.0-SNAPSHOT - + + com.baeldung + patterns-modules + 1.0.0-SNAPSHOT + - - - io.github.resilience4j - resilience4j-retry - 1.7.1 - - - + + + io.github.resilience4j + resilience4j-retry + 1.7.1 + + + + \ No newline at end of file diff --git a/patterns-modules/design-patterns-creational-2/pom.xml b/patterns-modules/design-patterns-creational-2/pom.xml index 2a29a9cd6d..fe79052a99 100644 --- a/patterns-modules/design-patterns-creational-2/pom.xml +++ b/patterns-modules/design-patterns-creational-2/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 design-patterns-creational-2 design-patterns-creational-2 @@ -10,4 +11,5 @@ com.baeldung 1.0.0-SNAPSHOT - + + \ No newline at end of file diff --git a/pdf-2/pom.xml b/pdf-2/pom.xml index 1c752a9e9c..653b55a206 100644 --- a/pdf-2/pom.xml +++ b/pdf-2/pom.xml @@ -38,7 +38,7 @@ - pdf + pdf-2 src/main/resources diff --git a/persistence-modules/blaze-persistence/pom.xml b/persistence-modules/blaze-persistence/pom.xml index cc57785fe9..dfe4a69eab 100644 --- a/persistence-modules/blaze-persistence/pom.xml +++ b/persistence-modules/blaze-persistence/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 blaze-persistence 1.0-SNAPSHOT @@ -11,16 +11,9 @@ org.springframework.boot spring-boot-starter-parent 2.4.0 - + - - UTF-8 - 1.8 - 1.8 - 1.6.8 - - @@ -38,7 +31,6 @@ org.springframework.boot spring-boot-starter-data-jpa - com.blazebit @@ -52,7 +44,6 @@ com.blazebit blaze-persistence-integration-hibernate-5.4 - com.blazebit @@ -66,7 +57,6 @@ com.blazebit blaze-persistence-entity-view-processor - com.blazebit @@ -76,7 +66,6 @@ com.blazebit blaze-persistence-integration-spring-data-2.4 - org.springframework @@ -86,12 +75,10 @@ org.springframework spring-orm - com.h2database h2 - org.springframework @@ -118,4 +105,12 @@ + + + UTF-8 + 1.8 + 1.8 + 1.6.8 + + \ No newline at end of file diff --git a/persistence-modules/pom.xml b/persistence-modules/pom.xml index c17e793dbc..7d45074d52 100644 --- a/persistence-modules/pom.xml +++ b/persistence-modules/pom.xml @@ -75,7 +75,8 @@ spring-data-dynamodb spring-data-eclipselink spring-data-elasticsearch - + + spring-data-geode spring-data-jpa-annotations spring-data-jpa-crud @@ -117,4 +118,4 @@ 1.16.3 - + \ No newline at end of file diff --git a/persistence-modules/spring-data-jpa-repo-2/pom.xml b/persistence-modules/spring-data-jpa-repo-2/pom.xml index 748623c91a..9240a00ee2 100644 --- a/persistence-modules/spring-data-jpa-repo-2/pom.xml +++ b/persistence-modules/spring-data-jpa-repo-2/pom.xml @@ -34,7 +34,6 @@ com.h2database h2 - com.google.guava guava diff --git a/saas-modules/jira-rest-integration/pom.xml b/saas-modules/jira-rest-integration/pom.xml index 9441691d49..ebf36646e4 100644 --- a/saas-modules/jira-rest-integration/pom.xml +++ b/saas-modules/jira-rest-integration/pom.xml @@ -27,7 +27,7 @@ - saas + jira-rest-integration src/main/resources @@ -65,4 +65,4 @@ 2.6.1 - + \ No newline at end of file diff --git a/saas-modules/pom.xml b/saas-modules/pom.xml index db319442c3..7a626e7663 100644 --- a/saas-modules/pom.xml +++ b/saas-modules/pom.xml @@ -33,4 +33,4 @@ - + \ No newline at end of file diff --git a/saas-modules/stripe/pom.xml b/saas-modules/stripe/pom.xml index 468c62ac85..44bc5be4a8 100644 --- a/saas-modules/stripe/pom.xml +++ b/saas-modules/stripe/pom.xml @@ -39,4 +39,4 @@ 4.2.0 - + \ No newline at end of file diff --git a/saas-modules/twilio/pom.xml b/saas-modules/twilio/pom.xml index 8e3271f482..9c1b1cde9d 100644 --- a/saas-modules/twilio/pom.xml +++ b/saas-modules/twilio/pom.xml @@ -24,4 +24,4 @@ 7.20.0 - + \ No newline at end of file diff --git a/saas-modules/twitter4j/pom.xml b/saas-modules/twitter4j/pom.xml index 2acee4583f..ca46365c49 100644 --- a/saas-modules/twitter4j/pom.xml +++ b/saas-modules/twitter4j/pom.xml @@ -25,4 +25,4 @@ 4.0.6 - + \ No newline at end of file diff --git a/security-modules/pom.xml b/security-modules/pom.xml index 1ed081a273..70f29cecd7 100644 --- a/security-modules/pom.xml +++ b/security-modules/pom.xml @@ -22,7 +22,7 @@ jjwt jwt oauth2-framework-impl - sql-injection-samples + sql-injection-samples \ No newline at end of file diff --git a/server-modules/apache-tomcat/pom.xml b/server-modules/apache-tomcat/pom.xml index f9a0dfaf4a..6d93a4a636 100644 --- a/server-modules/apache-tomcat/pom.xml +++ b/server-modules/apache-tomcat/pom.xml @@ -28,4 +28,5 @@ - + + \ No newline at end of file diff --git a/server-modules/apache-tomcat/sso/pom.xml b/server-modules/apache-tomcat/sso/pom.xml index d46fe45f66..e11c22efc9 100644 --- a/server-modules/apache-tomcat/sso/pom.xml +++ b/server-modules/apache-tomcat/sso/pom.xml @@ -3,7 +3,6 @@ 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.apache_tomcat sso 1.0.0-SNAPSHOT @@ -15,4 +14,4 @@ 1.0.0-SNAPSHOT - + \ No newline at end of file diff --git a/server-modules/netty/pom.xml b/server-modules/netty/pom.xml index 698b693a7d..401bd2cb61 100644 --- a/server-modules/netty/pom.xml +++ b/server-modules/netty/pom.xml @@ -30,4 +30,4 @@ 2.4.0 - + \ No newline at end of file diff --git a/server-modules/pom.xml b/server-modules/pom.xml index 5e66256e3a..fa69c9637a 100644 --- a/server-modules/pom.xml +++ b/server-modules/pom.xml @@ -19,4 +19,5 @@ undertow wildfly - + + \ No newline at end of file diff --git a/server-modules/undertow/pom.xml b/server-modules/undertow/pom.xml index b40789f37d..7d446c29d2 100644 --- a/server-modules/undertow/pom.xml +++ b/server-modules/undertow/pom.xml @@ -50,4 +50,4 @@ 3.0.2 - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-3-native/pom.xml b/spring-boot-modules/spring-boot-3-native/pom.xml index 411e9d652b..a70cc08755 100644 --- a/spring-boot-modules/spring-boot-3-native/pom.xml +++ b/spring-boot-modules/spring-boot-3-native/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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-boot-3-native 0.0.1-SNAPSHOT @@ -53,7 +53,8 @@ - + + native @@ -82,4 +83,4 @@ 0.9.17 - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-3/pom.xml b/spring-boot-modules/spring-boot-3/pom.xml index 2fcb8cd8e1..cc8e7e1426 100644 --- a/spring-boot-modules/spring-boot-3/pom.xml +++ b/spring-boot-modules/spring-boot-3/pom.xml @@ -126,4 +126,4 @@ 3.0.0-M7 - + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-graphql/pom.xml b/spring-boot-modules/spring-boot-graphql/pom.xml index 628babbd3f..b4b449166f 100644 --- a/spring-boot-modules/spring-boot-graphql/pom.xml +++ b/spring-boot-modules/spring-boot-graphql/pom.xml @@ -13,47 +13,6 @@ 1.0.0-SNAPSHOT - - - - kr.motd.maven - os-maven-plugin - 1.7.0 - - - - - org.xolstice.maven.plugins - protobuf-maven-plugin - ${protobuf-plugin.version} - - com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier} - grpc-java - io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier} - - - - - compile - compile-custom - - - - - - - - - 3.19.2 - 0.6.1 - 1.43.2 - 2.13.1.RELEASE - 1.5.1 - 1.3.5 - 1.6.2 - 3.3.2 - - org.springframework.boot @@ -119,4 +78,45 @@ + + + + kr.motd.maven + os-maven-plugin + 1.7.0 + + + + + org.xolstice.maven.plugins + protobuf-maven-plugin + ${protobuf-plugin.version} + + com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier} + grpc-java + io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier} + + + + + compile + compile-custom + + + + + + + + + 3.19.2 + 0.6.1 + 1.43.2 + 2.13.1.RELEASE + 1.5.1 + 1.3.5 + 1.6.2 + 3.3.2 + + \ No newline at end of file diff --git a/spring-boot-modules/spring-boot-mvc-5/pom.xml b/spring-boot-modules/spring-boot-mvc-5/pom.xml index 61b27ea8f1..5a4f8a6cce 100644 --- a/spring-boot-modules/spring-boot-mvc-5/pom.xml +++ b/spring-boot-modules/spring-boot-mvc-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-boot-mvc-5 spring-boot-mvc-5 @@ -14,6 +14,18 @@ 1.0.0-SNAPSHOT + + + + org.springframework.cloud + spring-cloud-dependencies + ${spring-cloud.version} + pom + import + + + + org.springframework.boot @@ -39,18 +51,6 @@ - - - - org.springframework.cloud - spring-cloud-dependencies - ${spring-cloud.version} - pom - import - - - - diff --git a/spring-boot-modules/spring-boot-process-automation/pom.xml b/spring-boot-modules/spring-boot-process-automation/pom.xml index 8ceb6c9a5c..a68fc95ea5 100644 --- a/spring-boot-modules/spring-boot-process-automation/pom.xml +++ b/spring-boot-modules/spring-boot-process-automation/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-process-automation diff --git a/spring-cloud-modules/spring-cloud-bus/spring-cloud-bus-client/pom.xml b/spring-cloud-modules/spring-cloud-bus/spring-cloud-bus-client/pom.xml index 0c6212c877..c6dfa3189d 100644 --- a/spring-cloud-modules/spring-cloud-bus/spring-cloud-bus-client/pom.xml +++ b/spring-cloud-modules/spring-cloud-bus/spring-cloud-bus-client/pom.xml @@ -14,7 +14,6 @@ 1.0.0-SNAPSHOT - org.springframework.cloud diff --git a/spring-cloud-modules/spring-cloud-config/pom.xml b/spring-cloud-modules/spring-cloud-config/pom.xml index efbf30d0b2..c256e82d1b 100644 --- a/spring-cloud-modules/spring-cloud-config/pom.xml +++ b/spring-cloud-modules/spring-cloud-config/pom.xml @@ -38,4 +38,4 @@ 2021.0.3 - + \ No newline at end of file diff --git a/spring-cloud-modules/spring-cloud-config/spring-cloud-config-overriding-properties-client/pom.xml b/spring-cloud-modules/spring-cloud-config/spring-cloud-config-overriding-properties-client/pom.xml index d297e5b44d..06c6385928 100644 --- a/spring-cloud-modules/spring-cloud-config/spring-cloud-config-overriding-properties-client/pom.xml +++ b/spring-cloud-modules/spring-cloud-config/spring-cloud-config-overriding-properties-client/pom.xml @@ -37,4 +37,4 @@ - + \ No newline at end of file diff --git a/spring-cloud-modules/spring-cloud-config/spring-cloud-config-overriding-properties-server/pom.xml b/spring-cloud-modules/spring-cloud-config/spring-cloud-config-overriding-properties-server/pom.xml index bcaa64e0d1..7eef867eeb 100644 --- a/spring-cloud-modules/spring-cloud-config/spring-cloud-config-overriding-properties-server/pom.xml +++ b/spring-cloud-modules/spring-cloud-config/spring-cloud-config-overriding-properties-server/pom.xml @@ -28,4 +28,4 @@ - + \ No newline at end of file diff --git a/spring-native/pom.xml b/spring-native/pom.xml index 0cd502fbc1..6940ee462b 100644 --- a/spring-native/pom.xml +++ b/spring-native/pom.xml @@ -78,4 +78,4 @@ 2.17.1 - + \ No newline at end of file diff --git a/spring-reactive-modules/pom.xml b/spring-reactive-modules/pom.xml index 3352a00113..0d9ea6bf5d 100644 --- a/spring-reactive-modules/pom.xml +++ b/spring-reactive-modules/pom.xml @@ -64,4 +64,4 @@ - + \ No newline at end of file diff --git a/spring-security-modules/spring-security-web-boot-1/pom.xml b/spring-security-modules/spring-security-web-boot-1/pom.xml index d9f797cb6c..fa0fd567fe 100644 --- a/spring-security-modules/spring-security-web-boot-1/pom.xml +++ b/spring-security-modules/spring-security-web-boot-1/pom.xml @@ -217,8 +217,7 @@ com.baeldung.roles.custom.Application - + 1.1.2 diff --git a/spring-web-modules/pom.xml b/spring-web-modules/pom.xml index 0f8465ce98..047dbaaad0 100644 --- a/spring-web-modules/pom.xml +++ b/spring-web-modules/pom.xml @@ -52,4 +52,4 @@ spring-web-url - + \ No newline at end of file diff --git a/tablesaw/pom.xml b/tablesaw/pom.xml index b54c9aa13e..f38e4cb8b4 100644 --- a/tablesaw/pom.xml +++ b/tablesaw/pom.xml @@ -20,10 +20,6 @@ - - 0.43.1 - - @@ -38,4 +34,8 @@ - + + 0.43.1 + + + \ No newline at end of file diff --git a/testing-modules/junit-5-advanced/pom.xml b/testing-modules/junit-5-advanced/pom.xml index ae6fd1559e..f3e8d3f9a3 100644 --- a/testing-modules/junit-5-advanced/pom.xml +++ b/testing-modules/junit-5-advanced/pom.xml @@ -30,20 +30,22 @@ - - - org.apache.maven.plugins - maven-surefire-plugin - - - -javaagent:${settings.localRepository}/org/jmockit/jmockit/${jmockit.version}/jmockit-${jmockit.version}.jar - - true - - - + + + org.apache.maven.plugins + maven-surefire-plugin + + + -javaagent:${settings.localRepository}/org/jmockit/jmockit/${jmockit.version}/jmockit-${jmockit.version}.jar + + true + + + + 1.49 + \ No newline at end of file diff --git a/testing-modules/mockito-2/pom.xml b/testing-modules/mockito-2/pom.xml index 6ce6e8fca0..25e9fd51a2 100644 --- a/testing-modules/mockito-2/pom.xml +++ b/testing-modules/mockito-2/pom.xml @@ -1,22 +1,15 @@ + 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 + mockito-2 + testing-modules com.baeldung 1.0.0-SNAPSHOT - 4.0.0 - - mockito-2 - - - 8 - 8 - UTF-8 - 4.8.1 - @@ -27,4 +20,11 @@ + + 8 + 8 + UTF-8 + 4.8.1 + + \ No newline at end of file diff --git a/testing-modules/spring-mockito/pom.xml b/testing-modules/spring-mockito/pom.xml index 36504ab306..6283ea2d1f 100644 --- a/testing-modules/spring-mockito/pom.xml +++ b/testing-modules/spring-mockito/pom.xml @@ -31,4 +31,5 @@ lombok + \ No newline at end of file diff --git a/web-modules/google-web-toolkit/pom.xml b/web-modules/google-web-toolkit/pom.xml index 2d5a1fa324..1fdb38f0a1 100644 --- a/web-modules/google-web-toolkit/pom.xml +++ b/web-modules/google-web-toolkit/pom.xml @@ -47,8 +47,8 @@ - + + ${project.build.directory}/${project.build.finalName}/WEB-INF/classes @@ -68,8 +68,8 @@ com.baeldung.Google_web_toolkit Google_web_toolkit true - + + ${maven.compiler.source} @@ -97,8 +97,9 @@ - + + + 1.8 1.8 2.8.2