diff --git a/pom.xml b/pom.xml index 9da68428..8f4a8505 100644 --- a/pom.xml +++ b/pom.xml @@ -1,662 +1,650 @@ - + - 4.0.0 + 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.7.17 - - + + org.springframework.boot + spring-boot-starter-parent + 2.7.17 + + - fr.recia.glc - esco-glc - 0.0.2-SNAPSHOT - war - esco-glc - API de Gestion Locale des Comptes + fr.recia.glc + esco-glc + 0.0.2 + war + esco-glc + API de Gestion Locale des Comptes - - scm:git:ssh://git@github.com/GIP-RECIA/GLC.git - scm:git:ssh://git@github.com/GIP-RECIA/GLC.git - HEAD - https://github.com/GIP-RECIA/GLC.git - + + scm:git:ssh://git@github.com/GIP-RECIA/GLC.git + scm:git:ssh://git@github.com/GIP-RECIA/GLC.git + 0.0.2 + https://github.com/GIP-RECIA/GLC.git + - - - esco-releases - https://nexus.recia.dev/content/repositories/releases/ - - - esco-snapshots - https://nexus.recia.dev/content/repositories/snapshots/ - - + + + esco-releases + https://nexus.recia.dev/content/repositories/releases/ + + + esco-snapshots + https://nexus.recia.dev/content/repositories/snapshots/ + + - - 11 - 11 - 1.6.15 - + + 11 + 11 + 1.6.15 + - - - com.fasterxml.jackson.core - jackson-databind - - - com.github.seancfoley - ipaddress - 5.4.0 - - - com.google.guava - guava - 32.1.3-jre - - - - com.h2database - h2 - test - - - com.mysql - mysql-connector-j - runtime - - - com.querydsl - querydsl-apt - provided - - - com.querydsl - querydsl-core - - - com.querydsl - querydsl-jpa - - - joda-time - joda-time - 2.12.5 - - - org.apache.commons - commons-collections4 - 4.4 - - - org.apache.commons - commons-lang3 - - - org.assertj - assertj-core - test - - - org.hibernate.validator - hibernate-validator - - - org.mariadb.jdbc - mariadb-java-client - runtime - - - org.mockito - mockito-inline - test - - - org.openapitools - jackson-databind-nullable - 0.2.6 - - - org.projectlombok - lombok - true - - - org.springdoc - springdoc-openapi-data-rest - ${springdoc-api.version} - - - org.springdoc - springdoc-openapi-ui - ${springdoc-api.version} - - - org.springdoc - springdoc-openapi-webmvc-core - ${springdoc-api.version} - - - org.springframework.boot - spring-boot-configuration-processor - provided - - - org.springframework.boot - spring-boot-devtools - runtime - true - - - org.springframework.boot - spring-boot-loader-tools - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-data-jpa - - - org.springframework.boot - spring-boot-starter-data-ldap - - - org.springframework.boot - spring-boot-starter-logging - - - org.springframework.boot - spring-boot-starter-security - - - org.springframework.boot - spring-boot-starter-test - test - - - com.vaadin.external.google - android-json - - - - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.security - spring-security-cas - - - velocity - velocity - - - - - org.springframework.security - spring-security-test - test - - - org.zalando - problem-spring-web - 0.27.0 - - + + com.h2database + h2 + test + + + com.mysql + mysql-connector-j + runtime + + + com.querydsl + querydsl-apt + provided + + + com.querydsl + querydsl-core + + + com.querydsl + querydsl-jpa + + + joda-time + joda-time + 2.12.5 + + + org.apache.commons + commons-collections4 + 4.4 + + + org.apache.commons + commons-lang3 + + + org.assertj + assertj-core + test + + + org.hibernate.validator + hibernate-validator + + + org.mariadb.jdbc + mariadb-java-client + runtime + + + org.mockito + mockito-inline + test + + + org.openapitools + jackson-databind-nullable + 0.2.6 + + + org.projectlombok + lombok + true + + + org.springdoc + springdoc-openapi-data-rest + ${springdoc-api.version} + + + org.springdoc + springdoc-openapi-ui + ${springdoc-api.version} + + + org.springdoc + springdoc-openapi-webmvc-core + ${springdoc-api.version} + + + org.springframework.boot + spring-boot-configuration-processor + provided + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + org.springframework.boot + spring-boot-loader-tools + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-data-ldap + + + org.springframework.boot + spring-boot-starter-logging + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-test + test + + + com.vaadin.external.google + android-json + + + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.security + spring-security-cas + + + velocity + velocity + + + + + org.springframework.security + spring-security-test + test + + + org.zalando + problem-spring-web + 0.27.0 + + - - - spring-snapshots - https://repo.spring.io/snapshot - - - spring-milestones - https://repo.spring.io/milestone - - + + + spring-snapshots + https://repo.spring.io/snapshot + + + spring-milestones + https://repo.spring.io/milestone + + - - - - true - src/main/resources - - **/*.xml - **/*.yml - version.properties - - - - false - src/main/resources - - **/*.xml - - - - - - - - org.openapitools - openapi-generator-maven-plugin - 6.6.0 - - - - generate - - - ${project.basedir}/src/main/resources/swagger/api.yml - spring - fr.recia.glc.web.rest - fr.recia.glc.services.rest.dto - ApiUtil.java - Problem=org.zalando.problem.Problem - false - - true - esco-glc - - - - - - - - - - com.github.ekryd.sortpom - sortpom-maven-plugin - 3.3.0 - - true - 4 - groupId,artifactId - groupId,artifactId - true - false - - - - - sort - - verify - - - - - com.mycila - license-maven-plugin - 4.3 - - true - - -
etc/header.template
- - src/**/*.java - src/**/*.xml - src/**/*.properties - src/**/*.css - - - **/dist/** - -
-
-
-
- - com.mysema.maven - apt-maven-plugin - 1.1.3 - - - - process - - generate-sources - - target/generated-sources/java - com.querydsl.apt.jpa.JPAAnnotationProcessor - - - - - - io.gatling - gatling-maven-plugin - 4.6.0 - - src/test/gatling/conf - src/test/gatling/data - target/gatling/results - src/test/gatling/bodies - src/test/gatling/simulations - - * - - - - org.apache.maven.plugins - maven-compiler-plugin - - ${java.version} - ${java.version} - - -Xlint:all - - - - - org.apache.maven.plugins - maven-enforcer-plugin - ${maven-enforcer-plugin.version} - - - - check.java.version - You must set the property `check.java.version` - [\d.-_]* - - - You are running an older version of Maven. GLC requires at least Maven 3.0 - [3.0.0,) - - - You are running an older version of Java ${java.version}. GLC requires at least JDK - ${check.java.version} - - [${check.java.version}.0,) - - - - - - enforce-versions - - enforce - - - - - 3.6.0 - - - - - - - - org.apache.maven.plugins - maven-release-plugin - 3.0.1 - - true - true - @{project.version} - true - false - release - deploy - - - - org.apache.maven.plugins - maven-surefire-plugin - 3.2.3 - - @{argLine} -Xmx4096m - - alphabetical - false - - - - org.apache.maven.plugins - maven-war-plugin - - - WEB-INF/lib/tomcat-*.jar, + * + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${java.version} + ${java.version} + + -Xlint:all + + + + + org.apache.maven.plugins + maven-enforcer-plugin + ${maven-enforcer-plugin.version} + + + + check.java.version + You must set the property `check.java.version` + [\d.-_]* + + + You are running an older version of Maven. GLC requires at least Maven 3.0 + [3.0.0,) + + + You are running an older version of Java ${java.version}. GLC requires at least JDK + ${check.java.version} + [${check.java.version}.0,) + + + + + + enforce-versions + + enforce + + + + + 3.6.0 + + + + + + + + org.apache.maven.plugins + maven-release-plugin + 3.0.1 + + true + true + @{project.version} + true + false + release + deploy + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.2.3 + + @{argLine} -Xmx4096m + + alphabetical + false + + + + org.apache.maven.plugins + maven-war-plugin + + WEB-INF/lib/tomcat-*.jar, WEB-INF/lib-provided, WEB-INF/classes/config/application-*.yml, scripts/**, assets/**, - index.html, - - - org/, + index.html, + org/, public/, - src/, - - - - src/main/webapp/dist - - - - - - org.jacoco - jacoco-maven-plugin - 0.8.11 - - file - true - - - - jacoco-initialize - - prepare-agent - - - ${basedir}/target/coverage-reports/jacoco-unit.exec - - - - jacoco-site - - report - - verify - - ${basedir}/target/coverage-reports/jacoco-unit.exec - - - - - - org.jasig.maven - notice-maven-plugin - 2.0.0 - - etc/NOTICE.template - - etc/license-mappings.xml - - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.10.0.2594 - - - org.springframework.boot - spring-boot-maven-plugin - - - - org.projectlombok - lombok - - - - -
-
+ src/, + + + src/main/webapp/dist + + + + + + org.jacoco + jacoco-maven-plugin + 0.8.11 + + file + true + + + + jacoco-initialize + + prepare-agent + + + ${basedir}/target/coverage-reports/jacoco-unit.exec + + + + jacoco-site + + report + + verify + + ${basedir}/target/coverage-reports/jacoco-unit.exec + + + + + + org.jasig.maven + notice-maven-plugin + 2.0.0 + + etc/NOTICE.template + + etc/license-mappings.xml + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.10.0.2594 + + + org.springframework.boot + spring-boot-maven-plugin + + + + org.projectlombok + lombok + + + + + + - - - dev - - true - - - dev - - - - org.springframework.boot - spring-boot-properties-migrator - runtime - - - org.springframework.boot - spring-boot-starter-tomcat - ${project.parent.version} - - - - - - - org.openapitools - openapi-generator-maven-plugin - - - org.springframework.boot - spring-boot-maven-plugin - - - -Djava.rmi.server.hostname=localhost -Xdebug -Duser.timezone="Europe/Paris" - -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -Xms2G -Xmx3G - - - - - - - - test - - test - - - - org.springframework.boot - spring-boot-properties-migrator - provided - - - org.springframework.boot - spring-boot-starter-tomcat - ${project.parent.version} - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - -Djava.rmi.server.hostname=localhost -Xdebug -Duser.timezone="Europe/Paris" - -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -Xms2G -Xmx3G - - - - - - - - ci - - test - - - - org.springframework.boot - spring-boot-properties-migrator - provided - - - org.springframework.boot - spring-boot-starter-tomcat - ${project.parent.version} - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - -Djava.rmi.server.hostname=localhost -Xdebug -Duser.timezone="Europe/Paris" - -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -Xms2G -Xmx3G - - - - - - - - prod - - prod - - - - org.springframework.boot - spring-boot-starter-tomcat - ${project.parent.version} - provided - - - - - - org.apache.maven.plugins - maven-clean-plugin - 3.3.2 - - - - .tmp - - - - - - - - + org.openapitools + openapi-generator-maven-plugin + + + org.springframework.boot + spring-boot-maven-plugin + + -Djava.rmi.server.hostname=localhost -Xdebug -Duser.timezone="Europe/Paris" + -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -Xms2G -Xmx3G + + + + + + + test + + test + + + + org.springframework.boot + spring-boot-properties-migrator + provided + + + org.springframework.boot + spring-boot-starter-tomcat + ${project.parent.version} + + + + + + org.springframework.boot + spring-boot-maven-plugin + + -Djava.rmi.server.hostname=localhost -Xdebug -Duser.timezone="Europe/Paris" + -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -Xms2G -Xmx3G + + + + + + + ci + + test + + + + org.springframework.boot + spring-boot-properties-migrator + provided + + + org.springframework.boot + spring-boot-starter-tomcat + ${project.parent.version} + + + + + + org.springframework.boot + spring-boot-maven-plugin + + -Djava.rmi.server.hostname=localhost -Xdebug -Duser.timezone="Europe/Paris" + -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -Xms2G -Xmx3G + + + + + + + prod + + prod + + + + org.springframework.boot + spring-boot-starter-tomcat + ${project.parent.version} + provided + + + + + + org.apache.maven.plugins + maven-clean-plugin + 3.3.2 + + + + .tmp + + + + + + + +