diff --git a/jpa/boot-hibernate2ndlevelcache-sample/pom.xml b/jpa/boot-hibernate2ndlevelcache-sample/pom.xml index 46ccbffa8..888f77524 100644 --- a/jpa/boot-hibernate2ndlevelcache-sample/pom.xml +++ b/jpa/boot-hibernate2ndlevelcache-sample/pom.xml @@ -1,421 +1,421 @@ - + - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 3.1.4 - - - com.example.hibernatecache - boot-hibernate2ndlevelcache-sample - 0.0.1-SNAPSHOT - boot-hibernate2ndlevelcache-sample - hibernate 2ndlevel cache Implementation - - - UTF-8 - UTF-8 - - 21 - - 2.2.0 - 2.14.0 - 1.5.5.Final - - ${project.build.directory}/test-results - 2.40.0 - 8.4.0 - 1.2.0 - 3.10.0.2594 - 0.8.10 - 0.80 - ${project.build.directory}/jacoco/test - ${jacoco.utReportFolder}/test.exec - ${project.build.directory}/jacoco/integrationTest - ${jacoco.itReportFolder}/integrationTest.exec - ${project.testresult.directory}/test - ${project.testresult.directory}/integrationTest - - - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-cache - - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-devtools - runtime - true - - - org.springframework.boot - spring-boot-configuration-processor - true - - - org.projectlombok - lombok - true - - - org.mapstruct - mapstruct - ${org.mapstruct.version} - - - org.springframework.boot - spring-boot-starter-data-jpa - - - org.springframework.boot - spring-boot-starter-data-redis - - - com.h2database - h2 - runtime - - - org.postgresql - postgresql - runtime - - - org.liquibase - liquibase-core - - - org.redisson - redisson-hibernate-6 - 3.23.5 - - - io.hypersistence - hypersistence-utils-hibernate-62 - 3.6.0 - - - net.ttddyy - datasource-proxy - 1.9 - - - - org.springdoc - springdoc-openapi-starter-webmvc-ui - ${springdoc-openapi.version} - - - org.apache.commons - commons-lang3 - - - commons-io - commons-io - ${commons-io.version} - - - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework.boot - spring-boot-testcontainers - test - - - org.awaitility - awaitility - test - - - org.testcontainers - junit-jupiter - test - - - org.testcontainers - postgresql - test - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - build-info - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - ${java.version} - ${java.version} - - - org.mapstruct - mapstruct-processor - ${org.mapstruct.version} - - - - org.projectlombok - lombok - ${lombok.version} - - - - org.projectlombok - lombok-mapstruct-binding - 0.2.0 - - - - - - io.github.git-commit-id - git-commit-id-maven-plugin - - - - revision - - - - - false - false - true - - ^git.branch$ - ^git.commit.id.abbrev$ - ^git.commit.user.name$ - ^git.commit.message.full$ - - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven-surefire-plugin.version} - - alphabetical - ${junit.utReportFolder} - - **/*IT* - **/*IntTest* - **/*IntegrationTest* - - - - - org.apache.maven.plugins - maven-failsafe-plugin - ${maven-failsafe-plugin.version} - - ${project.build.outputDirectory} - alphabetical - ${junit.itReportFolder} - - **/*IT* - **/*IntTest* - **/*IntegrationTest* - - - - - integration-test - - integration-test - - - - verify - - verify - - - - - - org.codehaus.mojo - properties-maven-plugin - ${properties-maven-plugin.version} - - - initialize - - read-project-properties - - - - sonar-project.properties - - - - - - - com.diffplug.spotless - spotless-maven-plugin - ${spotless.version} - - - - 1.17.0 - - - - - - - compile - - check - - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco-maven-plugin.version} - - ${project.build.directory}/jacoco/test/jacoco.exec - - - BUNDLE - - - COMPLEXITY - COVEREDRATIO - ${jacoco.minimum.coverage} - - - - - - **/*Application.* - **/config/** - **/models/* - **/dtos/* - **/exceptions/* - **/*Constants* - - - - - pre-unit-tests - - prepare-agent - - - - ${jacoco.utReportFile} - - - - - post-unit-test - test - - report - - - ${jacoco.utReportFile} - ${jacoco.utReportFolder} - - - - pre-integration-tests - - prepare-agent-integration - - - - ${jacoco.itReportFile} - - - - - post-integration-tests - post-integration-test - - report-integration - - - ${jacoco.itReportFile} - ${jacoco.itReportFolder} - - - - - - org.owasp - dependency-check-maven - ${dependency-check-maven.version} - - false - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - ${sonar-maven-plugin.version} - - - - sonar - - - - - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.1.4 + + + com.example.hibernatecache + boot-hibernate2ndlevelcache-sample + 0.0.1-SNAPSHOT + boot-hibernate2ndlevelcache-sample + hibernate 2ndlevel cache Implementation + + + UTF-8 + UTF-8 + + 21 + + 2.2.0 + 20030203.000550 + 1.5.5.Final + + ${project.build.directory}/test-results + 2.40.0 + 8.4.0 + 1.2.0 + 3.10.0.2594 + 0.8.10 + 0.80 + ${project.build.directory}/jacoco/test + ${jacoco.utReportFolder}/test.exec + ${project.build.directory}/jacoco/integrationTest + ${jacoco.itReportFolder}/integrationTest.exec + ${project.testresult.directory}/test + ${project.testresult.directory}/integrationTest + + + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-cache + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + org.springframework.boot + spring-boot-configuration-processor + true + + + org.projectlombok + lombok + true + + + org.mapstruct + mapstruct + ${org.mapstruct.version} + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-data-redis + + + com.h2database + h2 + runtime + + + org.postgresql + postgresql + runtime + + + org.liquibase + liquibase-core + + + org.redisson + redisson-hibernate-6 + 3.23.5 + + + io.hypersistence + hypersistence-utils-hibernate-62 + 3.6.0 + + + net.ttddyy + datasource-proxy + 1.9 + + + + org.springdoc + springdoc-openapi-starter-webmvc-ui + ${springdoc-openapi.version} + + + org.apache.commons + commons-lang3 + + + commons-io + commons-io + ${commons-io.version} + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-testcontainers + test + + + org.awaitility + awaitility + test + + + org.testcontainers + junit-jupiter + test + + + org.testcontainers + postgresql + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + build-info + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${java.version} + ${java.version} + + + org.mapstruct + mapstruct-processor + ${org.mapstruct.version} + + + + org.projectlombok + lombok + ${lombok.version} + + + + org.projectlombok + lombok-mapstruct-binding + 0.2.0 + + + + + + io.github.git-commit-id + git-commit-id-maven-plugin + + + + revision + + + + + false + false + true + + ^git.branch$ + ^git.commit.id.abbrev$ + ^git.commit.user.name$ + ^git.commit.message.full$ + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + alphabetical + ${junit.utReportFolder} + + **/*IT* + **/*IntTest* + **/*IntegrationTest* + + + + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + ${project.build.outputDirectory} + alphabetical + ${junit.itReportFolder} + + **/*IT* + **/*IntTest* + **/*IntegrationTest* + + + + + integration-test + + integration-test + + + + verify + + verify + + + + + + org.codehaus.mojo + properties-maven-plugin + ${properties-maven-plugin.version} + + + initialize + + read-project-properties + + + + sonar-project.properties + + + + + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless.version} + + + + 1.17.0 + + + + + + + compile + + check + + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + ${project.build.directory}/jacoco/test/jacoco.exec + + + BUNDLE + + + COMPLEXITY + COVEREDRATIO + ${jacoco.minimum.coverage} + + + + + + **/*Application.* + **/config/** + **/models/* + **/dtos/* + **/exceptions/* + **/*Constants* + + + + + pre-unit-tests + + prepare-agent + + + + ${jacoco.utReportFile} + + + + + post-unit-test + test + + report + + + ${jacoco.utReportFile} + ${jacoco.utReportFolder} + + + + pre-integration-tests + + prepare-agent-integration + + + + ${jacoco.itReportFile} + + + + + post-integration-tests + post-integration-test + + report-integration + + + ${jacoco.itReportFile} + ${jacoco.itReportFolder} + + + + + + org.owasp + dependency-check-maven + ${dependency-check-maven.version} + + false + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar-maven-plugin.version} + + + + sonar + + + + + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + +