From 2439c9b3cb64c6d85bae6ce57450dade5dfe12c5 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Sun, 16 Mar 2025 09:54:12 -0400 Subject: [PATCH] Update build parameters --- pom.xml | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 173 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 624a1a2..caa1112 100644 --- a/pom.xml +++ b/pom.xml @@ -97,19 +97,19 @@ io.hypersistence hypersistence-utils-hibernate-63 - 3.9.2 + 3.9.5 com.fasterxml.jackson.datatype jackson-datatype-jsr310 - 2.18.2 + 2.18.3 com.fasterxml.jackson.datatype jackson-datatype-hibernate6 - 2.18.2 + 2.18.3 @@ -124,7 +124,7 @@ org.slf4j slf4j-api - 2.0.16 + 2.0.17 org.springframework.boot @@ -141,4 +141,173 @@ 4.0.0 + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.5.0 + + + enforce-maven + + enforce + + + + + 3.8.6 + + + + + + + + org.apache.maven.plugins + maven-clean-plugin + 3.4.1 + + + org.apache.maven.plugins + maven-resources-plugin + 3.3.1 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.14.0 + + + -Xlint:all + + true + true + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.5.2 + + ${skip.unit.tests} + + **/*IntegrationTest.java + + + org.apache.logging.log4j:log4j-slf4j2-impl + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.4.2 + + + org.apache.maven.plugins + maven-install-plugin + 3.1.4 + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.4 + + + org.apache.maven.plugins + maven-failsafe-plugin + 3.5.2 + + + + ${skip.integration.tests} + + **/*IntegrationTest.java + + + org.apache.logging.log4j:log4j-slf4j2-impl + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.21.0 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 3.9.0 + + + org.codehaus.mojo + versions-maven-plugin + 2.18.0 + + file://${session.executionRootDirectory}/version-rules.xml + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 5.0.0.4389 + + + org.jacoco + jacoco-maven-plugin + 0.8.12 + + + **/CipherStreamAPI* + + + + + jacoco-initialize + none + + prepare-agent + + + + jacoco-site + none + + report + + + + + + org.owasp + dependency-check-maven + 12.1.0 + + + none + + check + + + + + + json + html + + nvd + + + +