diff --git a/persistence-modules/spring-boot-jdbi/pom.xml b/persistence-modules/spring-boot-jdbi/pom.xml index 3f9bc8ab10..e8904492ac 100644 --- a/persistence-modules/spring-boot-jdbi/pom.xml +++ b/persistence-modules/spring-boot-jdbi/pom.xml @@ -1,107 +1,102 @@ - 4.0.0 - com.baeldung.boot.jdbi - spring-boot-jdbi - 0.0.1-SNAPSHOT - spring-boot-jdbi - Sample SpringBoot JDBI Project + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + com.baeldung.boot.jdbi + spring-boot-jdbi + 0.0.1-SNAPSHOT + spring-boot-jdbi + Sample SpringBoot JDBI Project - - parent-modules - com.baeldung - 1.0.0-SNAPSHOT - ../../pom.xml - + + parent-modules + com.baeldung + 1.0.0-SNAPSHOT + ../../pom.xml + + + + + org.springframework.boot + spring-boot-dependencies + 2.1.8.RELEASE + pom + import + - - 1.8 - 3.9.1 - + + org.jdbi + jdbi3-spring4 + ${jdbi.version} + - - - - org.springframework.boot - spring-boot-dependencies - 2.1.8.RELEASE - pom - import - + + org.jdbi + jdbi3-sqlobject + ${jdbi.version} + - - org.jdbi - jdbi3-spring4 - ${jdbi.version} - + + - - org.jdbi - jdbi3-sqlobject - ${jdbi.version} - + + + org.springframework.boot + spring-boot-starter-jdbc + + + + org.jdbi + jdbi3-spring4 + - - + + org.jdbi + jdbi3-sqlobject + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + com.h2database + h2 + runtime + + + org.springframework.boot + spring-boot-configuration-processor + true + + + org.projectlombok + lombok + true + + + org.springframework.boot + spring-boot-starter-test + test + + - - - org.springframework.boot - spring-boot-starter-jdbc - - - - org.jdbi - jdbi3-spring4 - + + + + org.springframework.boot + spring-boot-maven-plugin + + + - - org.jdbi - jdbi3-sqlobject - - - - - org.springframework.boot - spring-boot-devtools - runtime - true - - - com.h2database - h2 - runtime - - - org.springframework.boot - spring-boot-configuration-processor - true - - - org.projectlombok - lombok - true - - - org.springframework.boot - spring-boot-starter-test - test - - - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - + + 1.8 + 3.9.1 + diff --git a/persistence-modules/spring-data-eclipselink/pom.xml b/persistence-modules/spring-data-eclipselink/pom.xml index 61c28dc26f..5ca827db7b 100644 --- a/persistence-modules/spring-data-eclipselink/pom.xml +++ b/persistence-modules/spring-data-eclipselink/pom.xml @@ -63,7 +63,6 @@ - 1.5.9.RELEASE 2.7.0 diff --git a/spring-5-security-cognito/pom.xml b/spring-5-security-cognito/pom.xml index 431c9b8d9c..cc6a4a56fb 100644 --- a/spring-5-security-cognito/pom.xml +++ b/spring-5-security-cognito/pom.xml @@ -16,7 +16,6 @@ - org.springframework.boot spring-boot-starter-security diff --git a/spring-boot-custom-starter/greeter-spring-boot-autoconfigure/pom.xml b/spring-boot-custom-starter/greeter-spring-boot-autoconfigure/pom.xml index 74e786be99..4fe92e8e45 100644 --- a/spring-boot-custom-starter/greeter-spring-boot-autoconfigure/pom.xml +++ b/spring-boot-custom-starter/greeter-spring-boot-autoconfigure/pom.xml @@ -4,7 +4,7 @@ com.baeldung greeter-spring-boot-autoconfigure 0.0.1-SNAPSHOT - greeter-spring-boot-autoconfigure + greeter-spring-boot-autoconfigure spring-boot-custom-starter @@ -14,7 +14,6 @@ - org.springframework.boot spring-boot @@ -42,12 +41,11 @@ - org.springframework.boot - spring-boot-starter-test - ${spring-boot.version} - test - - + org.springframework.boot + spring-boot-starter-test + ${spring-boot.version} + test + @@ -68,7 +66,6 @@ UTF-8 1.5.2.RELEASE 0.0.1-SNAPSHOT - \ No newline at end of file diff --git a/spring-boot-data/pom.xml b/spring-boot-data/pom.xml index dc33d9f6ae..4c41eb8e3c 100644 --- a/spring-boot-data/pom.xml +++ b/spring-boot-data/pom.xml @@ -6,12 +6,14 @@ war spring-boot-data Spring Boot Data Module + parent-boot-2 com.baeldung 0.0.1-SNAPSHOT ../parent-boot-2 + org.springframework.boot @@ -49,7 +51,6 @@ spring-boot-starter-test test - @@ -66,7 +67,6 @@ org.apache.maven.plugins maven-war-plugin - pl.project13.maven git-commit-id-plugin