|
|
|
@ -1,5 +1,5 @@
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
@ -12,6 +12,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<artifactId>formalist</artifactId>
|
|
|
|
<artifactId>formalist</artifactId>
|
|
|
|
<name>${project.artifactId}</name>
|
|
|
|
<name>${project.artifactId}</name>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.quarkus</groupId>
|
|
|
|
<groupId>io.quarkus</groupId>
|
|
|
|
@ -21,28 +22,17 @@
|
|
|
|
<groupId>io.quarkus</groupId>
|
|
|
|
<groupId>io.quarkus</groupId>
|
|
|
|
<artifactId>quarkus-arc</artifactId>
|
|
|
|
<artifactId>quarkus-arc</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- <dependency>
|
|
|
|
|
|
|
|
<groupId>io.quarkus</groupId>
|
|
|
|
|
|
|
|
<artifactId>quarkus-core-deployment</artifactId>
|
|
|
|
|
|
|
|
</dependency>-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.bval</groupId>
|
|
|
|
<groupId>org.apache.bval</groupId>
|
|
|
|
<artifactId>bval-jsr</artifactId>
|
|
|
|
<artifactId>bval-jsr</artifactId>
|
|
|
|
<version>2.0.4</version>
|
|
|
|
<version>2.0.4</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jakarta.validation</groupId>
|
|
|
|
<groupId>jakarta.validation</groupId>
|
|
|
|
<artifactId>jakarta.validation-api</artifactId>
|
|
|
|
<artifactId>jakarta.validation-api</artifactId>
|
|
|
|
<version>2.0.2</version>
|
|
|
|
<version>2.0.2</version>
|
|
|
|
<type>jar</type>
|
|
|
|
<type>jar</type>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- EL implementation -->
|
|
|
|
|
|
|
|
<!-- <dependency>
|
|
|
|
|
|
|
|
<groupId>org.glassfish</groupId>
|
|
|
|
|
|
|
|
<artifactId>jakarta.el</artifactId>
|
|
|
|
|
|
|
|
</dependency>-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.resteasy</groupId>
|
|
|
|
<groupId>org.jboss.resteasy</groupId>
|
|
|
|
<artifactId>resteasy-core</artifactId>
|
|
|
|
<artifactId>resteasy-core</artifactId>
|
|
|
|
@ -74,11 +64,6 @@
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- <dependency>
|
|
|
|
|
|
|
|
<groupId>org.graalvm.nativeimage</groupId>
|
|
|
|
|
|
|
|
<artifactId>svm</artifactId>
|
|
|
|
|
|
|
|
</dependency>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
|
@ -97,11 +82,6 @@
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</executions>
|
|
|
|
<!-- <configuration>
|
|
|
|
|
|
|
|
<excludedArtifacts>
|
|
|
|
|
|
|
|
<excludedArtifact>javax.validation:validation-api</excludedArtifact>
|
|
|
|
|
|
|
|
</excludedArtifacts>
|
|
|
|
|
|
|
|
</configuration>-->
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|