From 967be9e750221ab2ab783f95df79bb26d290a45e Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Mon, 15 Sep 2025 01:07:58 +0200 Subject: add: added projects --- jws/database/pom.xml | 231 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 231 insertions(+) create mode 100644 jws/database/pom.xml (limited to 'jws/database/pom.xml') diff --git a/jws/database/pom.xml b/jws/database/pom.xml new file mode 100644 index 0000000..4f79f2b --- /dev/null +++ b/jws/database/pom.xml @@ -0,0 +1,231 @@ + + + 4.0.0 + + fr.epita.assistants + database + 1.0 + + + 21 + 21 + 21 + + 3.13.0 + true + + 2.22.2 + 3.4.1 + 3.1.2 + + UTF-8 + UTF-8 + + io.quarkus.platform + quarkus-bom + 3.16.1 + + + true + + ${project.build.directory}/surefire-reports + + + + + + ${quarkus.platform.group-id} + ${quarkus.platform.artifact-id} + ${quarkus.platform.version} + pom + import + + + + + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-quartz + + + io.quarkus + quarkus-smallrye-openapi + + + org.projectlombok + lombok + 1.18.30 + + + org.apache.maven.plugins + maven-surefire-plugin + ${versions.maven-surefire-plugin} + + + com.tngtech.archunit + archunit-junit5 + 1.3.0 + + + io.github.classgraph + classgraph + 4.8.179 + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + io.smallrye.reactive + smallrye-reactive-messaging-in-memory + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + 3.26.0 + test + + + io.quarkus + quarkus-jdbc-postgresql + + + io.quarkus + quarkus-hibernate-orm-panache + + + org.apache.maven.plugins + maven-jar-plugin + ${versions.maven-jar-plugin} + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + + fully.qualified.MainClass + + + + jar-with-dependencies + + + + + io.quarkus + quarkus-maven-plugin + ${quarkus.platform.version} + true + + + + build + generate-code + generate-code-tests + + + + + + maven-compiler-plugin + ${compiler-plugin.version} + + ${maven.compiler.parameters} + + + + maven-surefire-plugin + ${versions.maven-surefire-plugin} + + + org.jboss.logmanager.LogManager + ${maven.home} + + + + + + + + fetch-bom + + true + + + + io.quarkus.platform + quarkus-bom-quarkus-platform-properties + 3.17.5 + properties + + + + + native + + + + native + + + + + + maven-failsafe-plugin + ${versions.maven-surefire-plugin} + + + + integration-test + verify + + + + ${project.build.directory}/${project.build.finalName}-runner + org.jboss.logmanager.LogManager + ${maven.home} + + + + + + + + + native + + + + + -- cgit v1.2.3