diff --git a/aws-lambda/shipping-tracker/ShippingFunction/pom.xml b/aws-lambda/shipping-tracker/ShippingFunction/pom.xml index 72e3ac7959..51e9cb9bd3 100644 --- a/aws-lambda/shipping-tracker/ShippingFunction/pom.xml +++ b/aws-lambda/shipping-tracker/ShippingFunction/pom.xml @@ -5,8 +5,8 @@ com.baeldung ShippingFunction 1.0 - jar ShippingFunction + jar diff --git a/aws-lambda/todo-reminder/ToDoFunction/pom.xml b/aws-lambda/todo-reminder/ToDoFunction/pom.xml index c847907c9b..cb6dd08d1e 100644 --- a/aws-lambda/todo-reminder/ToDoFunction/pom.xml +++ b/aws-lambda/todo-reminder/ToDoFunction/pom.xml @@ -5,8 +5,8 @@ helloworld ToDoFunction 1.0 - jar ToDoFunction + jar diff --git a/core-java-modules/core-java-11/pom.xml b/core-java-modules/core-java-11/pom.xml index 1fa5ae2b45..79e8ee2cde 100644 --- a/core-java-modules/core-java-11/pom.xml +++ b/core-java-modules/core-java-11/pom.xml @@ -13,7 +13,6 @@ com.baeldung parent-modules 1.0.0-SNAPSHOT - ../../pom.xml diff --git a/core-java-modules/core-java-9-streams/pom.xml b/core-java-modules/core-java-9-streams/pom.xml index aeaf2c7f57..d3f81780d1 100644 --- a/core-java-modules/core-java-9-streams/pom.xml +++ b/core-java-modules/core-java-9-streams/pom.xml @@ -12,7 +12,6 @@ com.baeldung.core-java-modules core-java-modules 0.0.1-SNAPSHOT - ../ diff --git a/core-java-modules/core-java-collections-maps-4/pom.xml b/core-java-modules/core-java-collections-maps-4/pom.xml index c5296e9a43..be467dd57b 100644 --- a/core-java-modules/core-java-collections-maps-4/pom.xml +++ b/core-java-modules/core-java-collections-maps-4/pom.xml @@ -1,49 +1,48 @@ - 4.0.0 - core-java-collections-maps-4 - 0.1.0-SNAPSHOT - core-java-collections-maps-4 - 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 + core-java-collections-maps-4 + 0.1.0-SNAPSHOT + core-java-collections-maps-4 + jar - - com.baeldung.core-java-modules - core-java-modules - 0.0.1-SNAPSHOT - ../pom.xml - - - - UTF-8 - 1.8 - 1.8 - + + com.baeldung.core-java-modules + core-java-modules + 0.0.1-SNAPSHOT + - - - junit - junit - ${junit.version} - test - - + + + junit + junit + ${junit.version} + test + + - - - - - org.apache.maven.plugins - maven-surefire-plugin - 3.0.0-M5 - - - !performance - - - - - + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + + + !performance + + + + + + + + UTF-8 + 1.8 + 1.8 + \ No newline at end of file diff --git a/core-java-modules/core-java-datetime-conversion/pom.xml b/core-java-modules/core-java-datetime-conversion/pom.xml index 6e9aeaf5af..3ff26323df 100644 --- a/core-java-modules/core-java-datetime-conversion/pom.xml +++ b/core-java-modules/core-java-datetime-conversion/pom.xml @@ -12,7 +12,6 @@ com.baeldung.core-java-modules core-java-modules 0.0.1-SNAPSHOT - ../ diff --git a/core-java-modules/core-java-jvm-2/pom.xml b/core-java-modules/core-java-jvm-2/pom.xml index 60a2795116..ec49d00d2d 100644 --- a/core-java-modules/core-java-jvm-2/pom.xml +++ b/core-java-modules/core-java-jvm-2/pom.xml @@ -38,4 +38,4 @@ 31.0.1-jre - + \ No newline at end of file diff --git a/core-java-modules/core-java-lang-oop-methods/pom.xml b/core-java-modules/core-java-lang-oop-methods/pom.xml index e41c56fc6f..bba1365719 100644 --- a/core-java-modules/core-java-lang-oop-methods/pom.xml +++ b/core-java-modules/core-java-lang-oop-methods/pom.xml @@ -2,7 +2,6 @@ - 4.0.0 core-java-lang-oop-methods core-java-lang-oop-methods diff --git a/core-java-modules/core-java-lang-oop-modifiers/pom.xml b/core-java-modules/core-java-lang-oop-modifiers/pom.xml index 14ba397b4a..c193073a0e 100644 --- a/core-java-modules/core-java-lang-oop-modifiers/pom.xml +++ b/core-java-modules/core-java-lang-oop-modifiers/pom.xml @@ -25,4 +25,5 @@ 1.4.197 + \ No newline at end of file diff --git a/core-java-modules/core-java-os/pom.xml b/core-java-modules/core-java-os/pom.xml index 54b86522f4..a6916fc3c3 100644 --- a/core-java-modules/core-java-os/pom.xml +++ b/core-java-modules/core-java-os/pom.xml @@ -14,44 +14,44 @@ 0.0.1-SNAPSHOT - - - org.apache.commons - commons-collections4 - ${commons-collections4.version} - - - commons-io - commons-io - ${commons-io.version} - - - org.apache.commons - commons-lang3 - ${commons-lang3.version} - - - log4j - log4j - ${log4j.version} - - - org.unix4j - unix4j-command - ${unix4j.version} - - - com.googlecode.grep4j - grep4j - ${grep4j.version} - + + + org.apache.commons + commons-collections4 + ${commons-collections4.version} + + + commons-io + commons-io + ${commons-io.version} + + + org.apache.commons + commons-lang3 + ${commons-lang3.version} + + + log4j + log4j + ${log4j.version} + + + org.unix4j + unix4j-command + ${unix4j.version} + + + com.googlecode.grep4j + grep4j + ${grep4j.version} + org.projectlombok lombok ${lombok.version} provided - + core-java-os @@ -85,4 +85,4 @@ 1.18.22 - + \ No newline at end of file diff --git a/core-java-modules/core-java-serialization/pom.xml b/core-java-modules/core-java-serialization/pom.xml index 0ce5785fd9..315ed8cdad 100644 --- a/core-java-modules/core-java-serialization/pom.xml +++ b/core-java-modules/core-java-serialization/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-serialization 0.1.0-SNAPSHOT @@ -57,7 +57,7 @@ - core-java + core-java-serialization src/main/resources diff --git a/core-java-modules/core-java-string-algorithms-3/pom.xml b/core-java-modules/core-java-string-algorithms-3/pom.xml index 4408ed5ee7..59533da284 100644 --- a/core-java-modules/core-java-string-algorithms-3/pom.xml +++ b/core-java-modules/core-java-string-algorithms-3/pom.xml @@ -59,4 +59,4 @@ 3.12.0 - + \ No newline at end of file diff --git a/core-java-modules/core-java-string-conversions-2/pom.xml b/core-java-modules/core-java-string-conversions-2/pom.xml index 45eb0dc2e2..3335879153 100644 --- a/core-java-modules/core-java-string-conversions-2/pom.xml +++ b/core-java-modules/core-java-string-conversions-2/pom.xml @@ -46,7 +46,7 @@ - + 64.2 1.9 diff --git a/core-java-modules/core-java-string-operations-3/pom.xml b/core-java-modules/core-java-string-operations-3/pom.xml index 1b1237a8c3..5e6d4c33a1 100644 --- a/core-java-modules/core-java-string-operations-3/pom.xml +++ b/core-java-modules/core-java-string-operations-3/pom.xml @@ -12,7 +12,6 @@ com.baeldung.core-java-modules core-java-modules 0.0.1-SNAPSHOT - ../ diff --git a/core-java-modules/core-java-string-operations-4/pom.xml b/core-java-modules/core-java-string-operations-4/pom.xml index da1180b176..d55cdc31e4 100644 --- a/core-java-modules/core-java-string-operations-4/pom.xml +++ b/core-java-modules/core-java-string-operations-4/pom.xml @@ -12,7 +12,6 @@ com.baeldung.core-java-modules core-java-modules 0.0.1-SNAPSHOT - ../ @@ -60,4 +59,4 @@ 3.12.0 - + \ No newline at end of file diff --git a/core-java-modules/core-java-strings/pom.xml b/core-java-modules/core-java-strings/pom.xml index d78cb7b92d..2cc35dad5f 100644 --- a/core-java-modules/core-java-strings/pom.xml +++ b/core-java-modules/core-java-strings/pom.xml @@ -12,7 +12,6 @@ com.baeldung.core-java-modules core-java-modules 0.0.1-SNAPSHOT - ../ diff --git a/core-java-modules/core-java-uuid/pom.xml b/core-java-modules/core-java-uuid/pom.xml index 983d0f2ba3..28519a1a68 100644 --- a/core-java-modules/core-java-uuid/pom.xml +++ b/core-java-modules/core-java-uuid/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-uuid 0.1.0-SNAPSHOT diff --git a/core-java-modules/core-java/pom.xml b/core-java-modules/core-java/pom.xml index 8d6921b493..188c6a6f63 100644 --- a/core-java-modules/core-java/pom.xml +++ b/core-java-modules/core-java/pom.xml @@ -55,9 +55,9 @@ ${javamoney.moneta.version} - org.springframework - spring-core - ${spring.core.version} + org.springframework + spring-core + ${spring.core.version} diff --git a/core-java-modules/pre-jpms/pom.xml b/core-java-modules/pre-jpms/pom.xml index 60e425b936..cd4bd0faa3 100644 --- a/core-java-modules/pre-jpms/pom.xml +++ b/core-java-modules/pre-jpms/pom.xml @@ -12,7 +12,6 @@ com.baeldung.core-java-modules core-java-modules 0.0.1-SNAPSHOT - ../ diff --git a/graphql/graphql-java/pom.xml b/graphql/graphql-java/pom.xml index eae30aa8fa..4e2444c1fb 100644 --- a/graphql/graphql-java/pom.xml +++ b/graphql/graphql-java/pom.xml @@ -12,7 +12,6 @@ com.baeldung parent-modules 1.0.0-SNAPSHOT - ../.. diff --git a/grpc/pom.xml b/grpc/pom.xml index 6f0c3b5c91..40284c90fe 100644 --- a/grpc/pom.xml +++ b/grpc/pom.xml @@ -1,82 +1,84 @@ - 4.0.0 - grpc - 0.0.1-SNAPSHOT - grpc - 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 + grpc + 0.0.1-SNAPSHOT + grpc + jar - - com.baeldung - parent-modules - 1.0.0-SNAPSHOT - + + com.baeldung + parent-modules + 1.0.0-SNAPSHOT + - - - io.grpc - grpc-netty-shaded - runtime - ${io.grpc.version} - - - io.grpc - grpc-protobuf - ${io.grpc.version} - - - io.grpc - grpc-stub - ${io.grpc.version} - - - io.grpc - grpc-testing - ${io.grpc.version} - test - - - javax.annotation - javax.annotation-api - 1.2 - - + + + io.grpc + grpc-netty-shaded + runtime + ${io.grpc.version} + + + io.grpc + grpc-protobuf + ${io.grpc.version} + + + io.grpc + grpc-stub + ${io.grpc.version} + + + io.grpc + grpc-testing + ${io.grpc.version} + test + + + javax.annotation + javax.annotation-api + 1.2 + + + + + + + kr.motd.maven + os-maven-plugin + ${os-maven-plugin.version} + + + + + org.xolstice.maven.plugins + protobuf-maven-plugin + ${protobuf-maven-plugin.version} + + com.google.protobuf:protoc:${protoc.version}:exe:${os.detected.classifier} + grpc-java + io.grpc:protoc-gen-grpc-java:${io.grpc.version}:exe:${os.detected.classifier} + + + + + compile + compile-custom + + + + + + + + + 1.40.1 + 3.17.2 + 1.6.2 + 0.6.1 + - - - - kr.motd.maven - os-maven-plugin - ${os-maven-plugin.version} - - - - - org.xolstice.maven.plugins - protobuf-maven-plugin - ${protobuf-maven-plugin.version} - - com.google.protobuf:protoc:${protoc.version}:exe:${os.detected.classifier} - grpc-java - io.grpc:protoc-gen-grpc-java:${io.grpc.version}:exe:${os.detected.classifier} - - - - - compile - compile-custom - - - - - - - - 1.40.1 - 3.17.2 - 1.6.2 - 0.6.1 - \ No newline at end of file diff --git a/jenkins/plugins/pom.xml b/jenkins/plugins/pom.xml index 3662d59980..6873f0df38 100644 --- a/jenkins/plugins/pom.xml +++ b/jenkins/plugins/pom.xml @@ -13,7 +13,6 @@ org.jenkins-ci.plugins plugin 2.33 - diff --git a/logging-modules/logback/pom.xml b/logging-modules/logback/pom.xml index b4ee42367f..66a038737a 100644 --- a/logging-modules/logback/pom.xml +++ b/logging-modules/logback/pom.xml @@ -67,17 +67,9 @@ - - 0.1.5 - 3.3.5 - 1.4.7 - 1.1.1 - - integration-lite-first - @@ -94,7 +86,6 @@ integration-lite-second - @@ -110,4 +101,12 @@ + + + 0.1.5 + 3.3.5 + 1.4.7 + 1.1.1 + + \ No newline at end of file diff --git a/maven-modules/maven-builder-plugin/pom.xml b/maven-modules/maven-builder-plugin/pom.xml index 2fedee06cc..f7d6a4e69b 100644 --- a/maven-modules/maven-builder-plugin/pom.xml +++ b/maven-modules/maven-builder-plugin/pom.xml @@ -7,12 +7,6 @@ maven-builder-plugin 1.0-SNAPSHOT - - 1.8 - 1.8 - UTF-8 - - @@ -37,4 +31,10 @@ + + 1.8 + 1.8 + UTF-8 + + \ No newline at end of file diff --git a/ninja/pom.xml b/ninja/pom.xml index 1cc13afb15..36a28a0977 100644 --- a/ninja/pom.xml +++ b/ninja/pom.xml @@ -3,10 +3,10 @@ xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - ninja - jar com.baeldung + ninja 1.0.0 + jar http://www.ninjaframework.org diff --git a/parent-java/pom.xml b/parent-java/pom.xml index 808eed1c44..f5f1b61916 100644 --- a/parent-java/pom.xml +++ b/parent-java/pom.xml @@ -1,7 +1,7 @@ + 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 parent-java 0.0.1-SNAPSHOT diff --git a/persistence-modules/pom.xml b/persistence-modules/pom.xml index 110118f88c..85dbccce9c 100644 --- a/persistence-modules/pom.xml +++ b/persistence-modules/pom.xml @@ -98,7 +98,6 @@ 5.2.17.Final - 42.2.20 diff --git a/quarkus-jandex/hello-app/pom.xml b/quarkus-jandex/hello-app/pom.xml index 8da874a1c7..0255a6636b 100644 --- a/quarkus-jandex/hello-app/pom.xml +++ b/quarkus-jandex/hello-app/pom.xml @@ -1,7 +1,9 @@ - + 4.0.0 + hello-app com.baeldung.quarkus @@ -9,8 +11,6 @@ 1.0.0-SNAPSHOT - hello-app - io.quarkus @@ -56,6 +56,7 @@ ${project.version} + @@ -92,6 +93,7 @@ + native @@ -128,4 +130,5 @@ - + + \ No newline at end of file diff --git a/quarkus-jandex/hello-sender-application-properties/pom.xml b/quarkus-jandex/hello-sender-application-properties/pom.xml index 01784b44f4..f63bb9be81 100644 --- a/quarkus-jandex/hello-sender-application-properties/pom.xml +++ b/quarkus-jandex/hello-sender-application-properties/pom.xml @@ -1,15 +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 + hello-sender-application-properties + com.baeldung.quarkus quarkus-jandex 1.0.0-SNAPSHOT - 4.0.0 - - hello-sender-application-properties diff --git a/quarkus-jandex/hello-sender-beans-xml/pom.xml b/quarkus-jandex/hello-sender-beans-xml/pom.xml index 30cabcc91d..b302a41017 100644 --- a/quarkus-jandex/hello-sender-beans-xml/pom.xml +++ b/quarkus-jandex/hello-sender-beans-xml/pom.xml @@ -1,15 +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 + hello-sender-beans-xml + com.baeldung.quarkus quarkus-jandex 1.0.0-SNAPSHOT - 4.0.0 - - hello-sender-beans-xml @@ -23,4 +23,4 @@ - + \ No newline at end of file diff --git a/quarkus-jandex/hello-sender-maven-plugin/pom.xml b/quarkus-jandex/hello-sender-maven-plugin/pom.xml index ad226f38dd..215a00e479 100644 --- a/quarkus-jandex/hello-sender-maven-plugin/pom.xml +++ b/quarkus-jandex/hello-sender-maven-plugin/pom.xml @@ -1,15 +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 + hello-sender-maven-plugin + com.baeldung.quarkus quarkus-jandex 1.0.0-SNAPSHOT - 4.0.0 - - hello-sender-maven-plugin @@ -43,4 +43,4 @@ - + \ No newline at end of file diff --git a/quarkus-jandex/hello-sender-undetected/pom.xml b/quarkus-jandex/hello-sender-undetected/pom.xml index 0d8cb29a98..2f9ca428b6 100644 --- a/quarkus-jandex/hello-sender-undetected/pom.xml +++ b/quarkus-jandex/hello-sender-undetected/pom.xml @@ -1,15 +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 + hello-sender-undetected + com.baeldung.quarkus quarkus-jandex 1.0.0-SNAPSHOT - 4.0.0 - - hello-sender-undetected @@ -23,4 +23,4 @@ - + \ No newline at end of file diff --git a/quarkus-jandex/hello-service/pom.xml b/quarkus-jandex/hello-service/pom.xml index 274423c526..065c3f4011 100644 --- a/quarkus-jandex/hello-service/pom.xml +++ b/quarkus-jandex/hello-service/pom.xml @@ -1,15 +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 + hello-service + com.baeldung.quarkus quarkus-jandex 1.0.0-SNAPSHOT - 4.0.0 - - hello-service @@ -18,4 +18,4 @@ - + \ No newline at end of file diff --git a/quarkus-jandex/pom.xml b/quarkus-jandex/pom.xml index eb7f308599..e3cdfa3835 100644 --- a/quarkus-jandex/pom.xml +++ b/quarkus-jandex/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 com.baeldung.quarkus quarkus-jandex @@ -15,8 +16,10 @@ hello-sender-undetected hello-app + - + ${quarkus.platform.group-id} @@ -41,4 +44,4 @@ 3.0.0-M5 - + \ No newline at end of file diff --git a/quarkus-vs-springboot/spring-project/pom.xml b/quarkus-vs-springboot/spring-project/pom.xml index 989e30526f..bf524cd550 100644 --- a/quarkus-vs-springboot/spring-project/pom.xml +++ b/quarkus-vs-springboot/spring-project/pom.xml @@ -96,7 +96,8 @@ false - + spring-milestones Spring Milestones @@ -115,7 +116,8 @@ false - + spring-milestones Spring Milestones diff --git a/spring-5-reactive-2/pom.xml b/spring-5-reactive-2/pom.xml index e48d42a863..627368aafb 100644 --- a/spring-5-reactive-2/pom.xml +++ b/spring-5-reactive-2/pom.xml @@ -78,7 +78,6 @@ integration-lite-first - @@ -95,7 +94,6 @@ integration-lite-second - @@ -116,4 +114,5 @@ 1.0.1.RELEASE 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 5fb41a7d6b..7acc958a53 100644 --- a/spring-5-reactive-client/pom.xml +++ b/spring-5-reactive-client/pom.xml @@ -151,7 +151,6 @@ integration-lite-first - @@ -168,7 +167,6 @@ integration-lite-second - @@ -195,4 +193,5 @@ 3.2.10.RELEASE 2.26.0 + \ No newline at end of file diff --git a/spring-5-webflux-2/pom.xml b/spring-5-webflux-2/pom.xml index c90fcbe3d9..729fa9eda1 100644 --- a/spring-5-webflux-2/pom.xml +++ b/spring-5-webflux-2/pom.xml @@ -1,12 +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-5-webflux-2 + 1.0-SNAPSHOT spring-5-webflux-2 http://www.baeldung.com - 1.0-SNAPSHOT com.baeldung @@ -15,7 +15,6 @@ ../parent-boot-2 - diff --git a/spring-boot-modules/spring-boot-2/pom.xml b/spring-boot-modules/spring-boot-2/pom.xml index f3973605ad..b1c7e65cdd 100644 --- a/spring-boot-modules/spring-boot-2/pom.xml +++ b/spring-boot-modules/spring-boot-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 spring-boot-2 jar @@ -14,12 +14,6 @@ ../../parent-boot-2 - - 2.14.1 - 11 - 11 - - org.springframework.boot @@ -66,4 +60,11 @@ + + + 2.14.1 + 11 + 11 + + \ 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 eaeb3b4ac7..b2c7a4d28e 100644 --- a/spring-boot-modules/spring-boot-actuator/pom.xml +++ b/spring-boot-modules/spring-boot-actuator/pom.xml @@ -4,9 +4,9 @@ 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 + 0.0.1-SNAPSHOT spring-boot-actuator This is simple boot application for Spring boot actuator test - 0.0.1-SNAPSHOT com.baeldung.spring-boot-modules diff --git a/spring-boot-modules/spring-boot-admin/pom.xml b/spring-boot-modules/spring-boot-admin/pom.xml index 509abfa013..02d0faa5cd 100644 --- a/spring-boot-modules/spring-boot-admin/pom.xml +++ b/spring-boot-modules/spring-boot-admin/pom.xml @@ -5,8 +5,8 @@ 4.0.0 spring-boot-admin 0.0.1-SNAPSHOT - pom spring-boot-admin + pom com.baeldung.spring-boot-modules 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 72f828b259..8a37980550 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 @@ -5,8 +5,8 @@ 4.0.0 spring-boot-admin-client 0.0.1-SNAPSHOT - jar spring-boot-admin-client + jar Spring Boot Admin Client 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 0ccd43e0b9..18ab6a8ead 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 @@ -5,8 +5,8 @@ 4.0.0 spring-boot-admin-server 0.0.1-SNAPSHOT - jar spring-boot-admin-server + jar Spring Boot Admin Server diff --git a/spring-boot-modules/spring-boot-angular/pom.xml b/spring-boot-modules/spring-boot-angular/pom.xml index 10885d5320..9c073f6fe0 100644 --- a/spring-boot-modules/spring-boot-angular/pom.xml +++ b/spring-boot-modules/spring-boot-angular/pom.xml @@ -6,8 +6,8 @@ com.baeldung.springbootangular spring-boot-angular 1.0 - jar spring-boot-angular + jar com.baeldung.spring-boot-modules diff --git a/spring-boot-modules/spring-boot-annotations-2/pom.xml b/spring-boot-modules/spring-boot-annotations-2/pom.xml index db70dcd6d2..99d1c4587b 100644 --- a/spring-boot-modules/spring-boot-annotations-2/pom.xml +++ b/spring-boot-modules/spring-boot-annotations-2/pom.xml @@ -4,8 +4,8 @@ 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-annotations-2 - war spring-boot-annotations-2 + war com.baeldung.spring-boot-modules diff --git a/spring-boot-modules/spring-boot-annotations/pom.xml b/spring-boot-modules/spring-boot-annotations/pom.xml index 618ae6024b..91f2614de8 100644 --- a/spring-boot-modules/spring-boot-annotations/pom.xml +++ b/spring-boot-modules/spring-boot-annotations/pom.xml @@ -4,8 +4,8 @@ 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-annotations - war spring-boot-annotations + war com.baeldung.spring-boot-modules diff --git a/spring-boot-modules/spring-boot-artifacts-2/pom.xml b/spring-boot-modules/spring-boot-artifacts-2/pom.xml index 3b9390e973..d0e12caa53 100644 --- a/spring-boot-modules/spring-boot-artifacts-2/pom.xml +++ b/spring-boot-modules/spring-boot-artifacts-2/pom.xml @@ -4,8 +4,8 @@ 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-artifacts-2 - jar spring-boot-artifacts-2 + jar Demo project for Spring Boot diff --git a/spring-boot-modules/spring-boot-artifacts/pom.xml b/spring-boot-modules/spring-boot-artifacts/pom.xml index 5b4f5a1dd1..a6a0f5f980 100644 --- a/spring-boot-modules/spring-boot-artifacts/pom.xml +++ b/spring-boot-modules/spring-boot-artifacts/pom.xml @@ -4,8 +4,8 @@ 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-artifacts - war spring-boot-artifacts + war Demo project for Spring Boot diff --git a/spring-boot-modules/spring-boot-autoconfiguration/pom.xml b/spring-boot-modules/spring-boot-autoconfiguration/pom.xml index b5e85bad59..ef5d4f66dd 100644 --- a/spring-boot-modules/spring-boot-autoconfiguration/pom.xml +++ b/spring-boot-modules/spring-boot-autoconfiguration/pom.xml @@ -5,8 +5,8 @@ 4.0.0 spring-boot-autoconfiguration 0.0.1-SNAPSHOT - war spring-boot-autoconfiguration + war This is simple boot application demonstrating a custom auto-configuration 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 7a086331ab..b615947de7 100644 --- a/spring-boot-modules/spring-boot-basic-customization-2/pom.xml +++ b/spring-boot-modules/spring-boot-basic-customization-2/pom.xml @@ -4,8 +4,8 @@ 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 + jar Module For Spring Boot Basic Customization 2 diff --git a/spring-boot-modules/spring-boot-basic-customization/pom.xml b/spring-boot-modules/spring-boot-basic-customization/pom.xml index 2782c3320e..28b30e6bd4 100644 --- a/spring-boot-modules/spring-boot-basic-customization/pom.xml +++ b/spring-boot-modules/spring-boot-basic-customization/pom.xml @@ -4,8 +4,8 @@ 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 + jar Module For Spring Boot Basic Customization diff --git a/spring-boot-modules/spring-boot-bootstrap/pom.xml b/spring-boot-modules/spring-boot-bootstrap/pom.xml index caa3f6c7fc..efcfcb71ee 100644 --- a/spring-boot-modules/spring-boot-bootstrap/pom.xml +++ b/spring-boot-modules/spring-boot-bootstrap/pom.xml @@ -4,8 +4,8 @@ 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-bootstrap - jar spring-boot-bootstrap + jar Demo project for Spring Boot diff --git a/spring-boot-modules/spring-boot-cassandre/pom.xml b/spring-boot-modules/spring-boot-cassandre/pom.xml index 1f2931a2bf..e2964183d2 100644 --- a/spring-boot-modules/spring-boot-cassandre/pom.xml +++ b/spring-boot-modules/spring-boot-cassandre/pom.xml @@ -4,8 +4,8 @@ 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-cassandre - jar spring-boot-cassandre + jar Cassandre trading bot tutorial diff --git a/spring-boot-modules/spring-boot-ci-cd/pom.xml b/spring-boot-modules/spring-boot-ci-cd/pom.xml index 68a9f21d20..39b90a0777 100644 --- a/spring-boot-modules/spring-boot-ci-cd/pom.xml +++ b/spring-boot-modules/spring-boot-ci-cd/pom.xml @@ -5,8 +5,8 @@ 4.0.0 spring-boot-ci-cd 0.0.1-SNAPSHOT - jar spring-boot-ci-cd + jar com.baeldung.spring-boot-modules diff --git a/spring-boot-modules/spring-boot-client/pom.xml b/spring-boot-modules/spring-boot-client/pom.xml index 8ae2cbee79..6dc91400b5 100644 --- a/spring-boot-modules/spring-boot-client/pom.xml +++ b/spring-boot-modules/spring-boot-client/pom.xml @@ -5,8 +5,8 @@ 4.0.0 spring-boot-client 0.0.1-SNAPSHOT - war spring-boot-client + war This is simple boot client application for Spring boot actuator test diff --git a/spring-boot-modules/spring-boot-ctx-fluent/pom.xml b/spring-boot-modules/spring-boot-ctx-fluent/pom.xml index deefefc87c..4b0d99f309 100644 --- a/spring-boot-modules/spring-boot-ctx-fluent/pom.xml +++ b/spring-boot-modules/spring-boot-ctx-fluent/pom.xml @@ -5,8 +5,8 @@ 4.0.0 spring-boot-ctx-fluent 0.0.1-SNAPSHOT - jar spring-boot-ctx-fluent + jar com.baeldung.spring-boot-modules diff --git a/spring-boot-modules/spring-boot-data/pom.xml b/spring-boot-modules/spring-boot-data/pom.xml index 7e0f764cf2..18360bbd8b 100644 --- a/spring-boot-modules/spring-boot-data/pom.xml +++ b/spring-boot-modules/spring-boot-data/pom.xml @@ -4,8 +4,8 @@ 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 - war spring-boot-data + war Spring Boot Data Module diff --git a/spring-boot-modules/spring-boot-di/pom.xml b/spring-boot-modules/spring-boot-di/pom.xml index af0dd7e4de..d3bfdc4afc 100644 --- a/spring-boot-modules/spring-boot-di/pom.xml +++ b/spring-boot-modules/spring-boot-di/pom.xml @@ -4,8 +4,8 @@ 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 + jar Module For Spring Boot DI diff --git a/spring-boot-modules/spring-boot-disable-logging/pom.xml b/spring-boot-modules/spring-boot-disable-logging/pom.xml index 31b02009b6..b7bbbe0f8d 100644 --- a/spring-boot-modules/spring-boot-disable-logging/pom.xml +++ b/spring-boot-modules/spring-boot-disable-logging/pom.xml @@ -5,8 +5,8 @@ 4.0.0 spring-boot-disable-logging 1.0.0-SNAPSHOT - pom spring-boot-disable-logging + pom com.baeldung.spring-boot-modules diff --git a/spring-boot-modules/spring-boot-properties-2/pom.xml b/spring-boot-modules/spring-boot-properties-2/pom.xml index d5aaab54d3..442cb24c7a 100644 --- a/spring-boot-modules/spring-boot-properties-2/pom.xml +++ b/spring-boot-modules/spring-boot-properties-2/pom.xml @@ -4,9 +4,9 @@ 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-2 - jar 0.0.1-SNAPSHOT spring-boot-properties-2 + jar Spring Boot Properties Module diff --git a/spring-boot-modules/spring-boot-testing-2/pom.xml b/spring-boot-modules/spring-boot-testing-2/pom.xml index d1000156c6..dfe41d684d 100644 --- a/spring-boot-modules/spring-boot-testing-2/pom.xml +++ b/spring-boot-modules/spring-boot-testing-2/pom.xml @@ -30,4 +30,4 @@ com.baeldung.boot.Application - + \ 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 49effa3700..88efdbb25b 100644 --- a/spring-boot-modules/spring-boot/pom.xml +++ b/spring-boot-modules/spring-boot/pom.xml @@ -5,8 +5,8 @@ 4.0.0 spring-boot 0.0.1-SNAPSHOT - war spring-boot + war This is simple boot application for Spring boot actuator test diff --git a/spring-cloud-data-flow/pom.xml b/spring-cloud-data-flow/pom.xml index 49a5accb90..f81daeeabc 100644 --- a/spring-cloud-data-flow/pom.xml +++ b/spring-cloud-data-flow/pom.xml @@ -7,6 +7,7 @@ 0.0.1-SNAPSHOT spring-cloud-data-flow pom + com.baeldung parent-boot-2 diff --git a/spring-cloud/spring-cloud-docker/pom.xml b/spring-cloud/spring-cloud-docker/pom.xml index f0f6b84fb0..735dae2ea7 100644 --- a/spring-cloud/spring-cloud-docker/pom.xml +++ b/spring-cloud/spring-cloud-docker/pom.xml @@ -14,14 +14,14 @@ 1.0.0-SNAPSHOT - - 8 - 8 - - docker-message-server docker-product-server + + 8 + 8 + + \ No newline at end of file diff --git a/spring-cloud/spring-cloud-kubernetes/kubernetes-selfhealing/readiness-example/pom.xml b/spring-cloud/spring-cloud-kubernetes/kubernetes-selfhealing/readiness-example/pom.xml index 410717f5e0..b86c13d2f0 100644 --- a/spring-cloud/spring-cloud-kubernetes/kubernetes-selfhealing/readiness-example/pom.xml +++ b/spring-cloud/spring-cloud-kubernetes/kubernetes-selfhealing/readiness-example/pom.xml @@ -4,8 +4,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 readiness-example - readiness-example 1.0-SNAPSHOT + readiness-example com.baeldung.spring.cloud diff --git a/spring-di-2/pom.xml b/spring-di-2/pom.xml index 0e57c6ef92..d3be846424 100644 --- a/spring-di-2/pom.xml +++ b/spring-di-2/pom.xml @@ -44,7 +44,6 @@ javax.inject ${javax.inject.version} - org.springframework.boot spring-boot-starter-test diff --git a/spring-swagger-codegen/custom-validations-opeanpi-codegen/pom.xml b/spring-swagger-codegen/custom-validations-opeanpi-codegen/pom.xml index 70b9e2acd5..336cb0da74 100644 --- a/spring-swagger-codegen/custom-validations-opeanpi-codegen/pom.xml +++ b/spring-swagger-codegen/custom-validations-opeanpi-codegen/pom.xml @@ -1,103 +1,105 @@ - - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.5.4 - - - com.example - custom-validations-opeanpi-codegen - 0.0.1-SNAPSHOT - custom-validations-opeanpi-codegen - Demo project for Swagger Custom Validations Codegen - - 11 - 3.0.0 - - - - org.springframework.boot - spring-boot-starter-web - + + 4.0.0 + com.example + custom-validations-opeanpi-codegen + 0.0.1-SNAPSHOT + custom-validations-opeanpi-codegen + Demo project for Swagger Custom Validations Codegen - - org.springframework.boot - spring-boot-starter-test - test - - - org.hibernate - hibernate-validator - 6.0.10.Final - - - javax.validation - validation-api - 2.0.1.Final - - - org.openapitools - openapi-generator - 3.3.4 - - - io.springfox - springfox-oas - ${springfox-version} - - - io.springfox - springfox-swagger-ui - ${springfox-version} - - - com.fasterxml.jackson.core - jackson-databind - 2.10.0.pr3 - - + + org.springframework.boot + spring-boot-starter-parent + 2.5.4 + + - - - - org.springframework.boot - spring-boot-maven-plugin - - - org.openapitools - openapi-generator-maven-plugin - 5.1.0 - - - - generate - - - - ${project.basedir}/src/main/resources/petstore.yml - - spring - com.baeldung.openapi.api - com.baeldung.openapi.model - - ApiUtil.java - - - false - java8-localdatetime - - + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-test + test + + + org.hibernate + hibernate-validator + 6.0.10.Final + + + javax.validation + validation-api + 2.0.1.Final + + + org.openapitools + openapi-generator + 3.3.4 + + + io.springfox + springfox-oas + ${springfox-version} + + + io.springfox + springfox-swagger-ui + ${springfox-version} + + + com.fasterxml.jackson.core + jackson-databind + 2.10.0.pr3 + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.openapitools + openapi-generator-maven-plugin + 5.1.0 + + + + generate + + + + ${project.basedir}/src/main/resources/petstore.yml + + spring + com.baeldung.openapi.api + com.baeldung.openapi.model + + ApiUtil.java + + + false + java8-localdatetime + + src/main/resources/openapi/templates + + + + + + - - - - - - + + 11 + 3.0.0 + - + \ No newline at end of file diff --git a/spring-swagger-codegen/spring-openapi-generator-api-client/pom.xml b/spring-swagger-codegen/spring-openapi-generator-api-client/pom.xml index 3e2bae73e2..2afde0b07d 100644 --- a/spring-swagger-codegen/spring-openapi-generator-api-client/pom.xml +++ b/spring-swagger-codegen/spring-openapi-generator-api-client/pom.xml @@ -4,16 +4,18 @@ 4.0.0 com.baeldung spring-openapi-generator-api-client - jar - spring-openapi-generator-api-client 0.0.1-SNAPSHOT + spring-openapi-generator-api-client + jar https://github.com/openapitools/openapi-generator OpenAPI Java + scm:git:git@github.com:openapitools/openapi-generator.git scm:git:git@github.com:openapitools/openapi-generator.git https://github.com/openapitools/openapi-generator + Unlicense @@ -21,6 +23,7 @@ repo + OpenAPI-Generator Contributors diff --git a/spring-swagger-codegen/spring-swagger-codegen-api-client/pom.xml b/spring-swagger-codegen/spring-swagger-codegen-api-client/pom.xml index c9ba912feb..66e9d1dda2 100644 --- a/spring-swagger-codegen/spring-swagger-codegen-api-client/pom.xml +++ b/spring-swagger-codegen/spring-swagger-codegen-api-client/pom.xml @@ -8,11 +8,13 @@ jar https://github.com/swagger-api/swagger-codegen Swagger Java + scm:git:git@github.com:swagger-api/swagger-codegen.git scm:git:git@github.com:swagger-api/swagger-codegen.git https://github.com/swagger-api/swagger-codegen + Unlicense @@ -20,6 +22,7 @@ repo + Swagger diff --git a/spring-web-modules/spring-mvc-forms-jsp/pom.xml b/spring-web-modules/spring-mvc-forms-jsp/pom.xml index 707c18fa19..b0269e3344 100644 --- a/spring-web-modules/spring-mvc-forms-jsp/pom.xml +++ b/spring-web-modules/spring-mvc-forms-jsp/pom.xml @@ -3,8 +3,8 @@ 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 - 0.1-SNAPSHOT spring-mvc-forms-jsp + 0.1-SNAPSHOT spring-mvc-forms-jsp war diff --git a/spring-web-modules/spring-mvc-xml-2/pom.xml b/spring-web-modules/spring-mvc-xml-2/pom.xml index e65259d512..782c4e5956 100644 --- a/spring-web-modules/spring-mvc-xml-2/pom.xml +++ b/spring-web-modules/spring-mvc-xml-2/pom.xml @@ -70,7 +70,7 @@ - spring-mvc-xml + spring-mvc-xml-2 src/main/resources @@ -98,4 +98,4 @@ 1.6.1 - + \ No newline at end of file diff --git a/spring-web-modules/spring-thymeleaf-4/pom.xml b/spring-web-modules/spring-thymeleaf-4/pom.xml index 44577078b0..8063b14c39 100644 --- a/spring-web-modules/spring-thymeleaf-4/pom.xml +++ b/spring-web-modules/spring-thymeleaf-4/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-thymeleaf-4 spring-thymeleaf-4 diff --git a/spring-websockets/pom.xml b/spring-websockets/pom.xml index 28c875d50d..a28ef8749a 100644 --- a/spring-websockets/pom.xml +++ b/spring-websockets/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-websockets spring-websockets diff --git a/testing-modules/assertion-libraries/pom.xml b/testing-modules/assertion-libraries/pom.xml index ea9a37afaf..ab1c0c6c9d 100644 --- a/testing-modules/assertion-libraries/pom.xml +++ b/testing-modules/assertion-libraries/pom.xml @@ -11,7 +11,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/testing-modules/easy-random/pom.xml b/testing-modules/easy-random/pom.xml index f338519df3..84dc0a6267 100644 --- a/testing-modules/easy-random/pom.xml +++ b/testing-modules/easy-random/pom.xml @@ -10,7 +10,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/testing-modules/easymock/pom.xml b/testing-modules/easymock/pom.xml index fd7db5dbb1..a8e37da8eb 100644 --- a/testing-modules/easymock/pom.xml +++ b/testing-modules/easymock/pom.xml @@ -11,7 +11,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/testing-modules/gatling/pom.xml b/testing-modules/gatling/pom.xml index f1c9906581..82ce988bac 100644 --- a/testing-modules/gatling/pom.xml +++ b/testing-modules/gatling/pom.xml @@ -12,7 +12,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/testing-modules/groovy-spock/pom.xml b/testing-modules/groovy-spock/pom.xml index 65db332acb..7f456399fe 100644 --- a/testing-modules/groovy-spock/pom.xml +++ b/testing-modules/groovy-spock/pom.xml @@ -13,7 +13,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/testing-modules/junit-4/pom.xml b/testing-modules/junit-4/pom.xml index f58d1709d3..93070523d9 100644 --- a/testing-modules/junit-4/pom.xml +++ b/testing-modules/junit-4/pom.xml @@ -12,7 +12,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/testing-modules/junit-5-advanced/pom.xml b/testing-modules/junit-5-advanced/pom.xml index f37a41690b..23b52fc9c4 100644 --- a/testing-modules/junit-5-advanced/pom.xml +++ b/testing-modules/junit-5-advanced/pom.xml @@ -12,7 +12,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ \ No newline at end of file diff --git a/testing-modules/junit-5-basics/pom.xml b/testing-modules/junit-5-basics/pom.xml index 4dcba2db96..e6636e3239 100644 --- a/testing-modules/junit-5-basics/pom.xml +++ b/testing-modules/junit-5-basics/pom.xml @@ -12,7 +12,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/testing-modules/junit-5/pom.xml b/testing-modules/junit-5/pom.xml index 576800d979..69382e5546 100644 --- a/testing-modules/junit-5/pom.xml +++ b/testing-modules/junit-5/pom.xml @@ -13,7 +13,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/testing-modules/junit5-annotations/pom.xml b/testing-modules/junit5-annotations/pom.xml index 95c0d2d448..fad5402242 100644 --- a/testing-modules/junit5-annotations/pom.xml +++ b/testing-modules/junit5-annotations/pom.xml @@ -12,7 +12,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/testing-modules/junit5-migration/pom.xml b/testing-modules/junit5-migration/pom.xml index 3e34c1dee5..3ea035c4f9 100644 --- a/testing-modules/junit5-migration/pom.xml +++ b/testing-modules/junit5-migration/pom.xml @@ -12,7 +12,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/testing-modules/mockito-2/pom.xml b/testing-modules/mockito-2/pom.xml index ba81022c5c..e5812222eb 100644 --- a/testing-modules/mockito-2/pom.xml +++ b/testing-modules/mockito-2/pom.xml @@ -12,7 +12,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/testing-modules/mockito-3/pom.xml b/testing-modules/mockito-3/pom.xml index e35416933b..70c76f15ff 100644 --- a/testing-modules/mockito-3/pom.xml +++ b/testing-modules/mockito-3/pom.xml @@ -12,7 +12,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/testing-modules/mocks/pom.xml b/testing-modules/mocks/pom.xml index e25d6f3ce6..e447639288 100644 --- a/testing-modules/mocks/pom.xml +++ b/testing-modules/mocks/pom.xml @@ -10,7 +10,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/testing-modules/powermock/pom.xml b/testing-modules/powermock/pom.xml index fad338bb9b..f3237ed4df 100644 --- a/testing-modules/powermock/pom.xml +++ b/testing-modules/powermock/pom.xml @@ -9,7 +9,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/testing-modules/selenium-junit-testng/pom.xml b/testing-modules/selenium-junit-testng/pom.xml index dfa19c48d4..56b068870a 100644 --- a/testing-modules/selenium-junit-testng/pom.xml +++ b/testing-modules/selenium-junit-testng/pom.xml @@ -11,7 +11,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/testing-modules/test-containers/pom.xml b/testing-modules/test-containers/pom.xml index 687bc418ad..3975b6df31 100644 --- a/testing-modules/test-containers/pom.xml +++ b/testing-modules/test-containers/pom.xml @@ -13,7 +13,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/testing-modules/testing-libraries-2/pom.xml b/testing-modules/testing-libraries-2/pom.xml index c7e9ea0e2b..b0680c1e40 100644 --- a/testing-modules/testing-libraries-2/pom.xml +++ b/testing-modules/testing-libraries-2/pom.xml @@ -9,7 +9,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/testing-modules/testing-libraries/pom.xml b/testing-modules/testing-libraries/pom.xml index 8c0fca775b..f9443fa792 100644 --- a/testing-modules/testing-libraries/pom.xml +++ b/testing-modules/testing-libraries/pom.xml @@ -10,7 +10,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/testing-modules/testng/pom.xml b/testing-modules/testng/pom.xml index 5d3bf6b560..72c220c118 100644 --- a/testing-modules/testng/pom.xml +++ b/testing-modules/testng/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 testng 0.1.0-SNAPSHOT @@ -12,7 +12,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/testing-modules/xmlunit-2/pom.xml b/testing-modules/xmlunit-2/pom.xml index a35d9c2b87..68da405bd8 100644 --- a/testing-modules/xmlunit-2/pom.xml +++ b/testing-modules/xmlunit-2/pom.xml @@ -10,7 +10,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/testing-modules/zerocode/pom.xml b/testing-modules/zerocode/pom.xml index ea12385a26..bcd51bea85 100644 --- a/testing-modules/zerocode/pom.xml +++ b/testing-modules/zerocode/pom.xml @@ -10,7 +10,6 @@ com.baeldung testing-modules 1.0.0-SNAPSHOT - ../ diff --git a/xml/pom.xml b/xml/pom.xml index 0764c9d145..286076a9ea 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -29,7 +29,6 @@ jericho-html ${jericho.version} - org.dom4j diff --git a/xstream/pom.xml b/xstream/pom.xml index 682b830dd8..6f25e67e12 100644 --- a/xstream/pom.xml +++ b/xstream/pom.xml @@ -13,7 +13,6 @@ com.baeldung parent-modules 1.0.0-SNAPSHOT - ../pom.xml