diff --git a/.github/workflows/build-and-test-backend.yml b/.github/workflows/build-and-test-backend.yml index 079fda161..60620e166 100644 --- a/.github/workflows/build-and-test-backend.yml +++ b/.github/workflows/build-and-test-backend.yml @@ -54,8 +54,3 @@ jobs: # - name: "Check clean architecture" # run: make check-clean-archi - - name: "test maven" - run: make back-test-mvn - - - name: "build maven" - run: make back-build-mvn diff --git a/backend/pom.xml b/backend/pom.xml deleted file mode 100644 index 38e424114..000000000 --- a/backend/pom.xml +++ /dev/null @@ -1,290 +0,0 @@ - - - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 3.1.3 - - - fr.gouv.dgampa - rapportnav - 0.0.1-alpha.15 - RapportNav - RapportNav - - COMMIT_TO_CHANGE - 17 - 1.9.0 - 1.6.2 - 3.2.0 - 1.19.2 - 2.2 - - - - - - - com.graphql-java - graphql-java - 21.1 - - - org.testcontainers - testcontainers-bom - ${testcontainers.version} - pom - import - - - - - - org.springframework.boot - spring-boot-starter-data-jpa - - - org.springframework.boot - spring-boot-starter-data-rest - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-graphql - - - org.springframework.boot - spring-boot-starter-oauth2-resource-server - - - com.fasterxml.jackson.module - jackson-module-kotlin - - - org.jetbrains.kotlin - kotlin-reflect - - - org.jetbrains.kotlin - kotlin-stdlib - - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework - spring-webflux - test - - - org.springframework.graphql - spring-graphql-test - test - - - org.postgresql - postgresql - 42.7.0 - runtime - - - org.flywaydb - flyway-core - 9.22.3 - - - org.testcontainers - testcontainers - ${testcontainers.version} - test - - - org.testcontainers - junit-jupiter - ${testcontainers.version} - test - - - org.testcontainers - postgresql - ${testcontainers.version} - - - org.springframework.boot - spring-boot-starter-log4j2 - ${spring.version} - - - org.n52.jackson - jackson-datatype-jts - 1.2.10 - - - org.locationtech.jts - jts-core - - - - - org.springframework.boot - spring-boot-starter-security - ${spring.version} - - - io.jsonwebtoken - jjwt-api - 0.12.3 - - - javax.xml.bind - jaxb-api - 2.3.1 - - - org.springframework.security - spring-security-oauth2-jose - 6.2.0 - - - org.locationtech.jts - jts-core - 1.19.0 - - - io.swagger.core.v3 - swagger-core - 2.2.19 - - - org.jetbrains.kotlinx - kotlinx-serialization-json - ${serialization.version} - - - org.springframework.boot - spring-boot-autoconfigure - 3.1.4 - - - io.sentry - sentry-spring-boot-starter-jakarta - 7.0.0 - - - io.sentry - sentry-log4j2 - 7.0.0 - - - - - ${project.basedir}/src/main/kotlin - ${project.basedir}/src/test/kotlin - - - org.springframework.boot - spring-boot-maven-plugin - - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.10.0.2594 - - - org.owasp - dependency-check-maven - 8.4.0 - - - - check - - - - - true - - - - - - org.jetbrains.kotlin - kotlin-maven-plugin - - - -Xjsr305=strict - - - spring - jpa - all-open - kotlinx-serialization - - - - - - - - - - org.jetbrains.kotlin - kotlin-maven-allopen - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-maven-noarg - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-maven-serialization - ${kotlin.version} - - - - - - - - - - ci - - - - false - - - - - org.springframework.boot - spring-boot-maven-plugin - - true - - - - - - - sonar - - true - - - mtes-mct - MTES-MCT_rapportnav2 - - - - -