|
|
|
|
@ -1,14 +1,6 @@
|
|
|
|
|
<?xml version="1.0"?> |
|
|
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
|
|
|
<repositories> |
|
|
|
|
<repository> |
|
|
|
|
<id>jboss</id> |
|
|
|
|
<name>JBoss repository</name> |
|
|
|
|
<url>http://repository.jboss.org/maven2</url> |
|
|
|
|
</repository> |
|
|
|
|
</repositories> |
|
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
<groupId>com.redhat.ncaughey</groupId> |
|
|
|
|
<artifactId>rest-json-quickstart</artifactId> |
|
|
|
|
@ -33,59 +25,35 @@
|
|
|
|
|
<type>pom</type> |
|
|
|
|
<scope>import</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.json/json --> |
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.json/json --> |
|
|
|
|
|
|
|
|
|
<!-- <dependency> |
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
|
<artifactId>jackson-databind</artifactId> |
|
|
|
|
<version>2.12.1</version> |
|
|
|
|
</dependency> --> |
|
|
|
|
<!-- <dependency> |
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
|
<artifactId>jackson-core</artifactId> |
|
|
|
|
<version>2.12.1</version> |
|
|
|
|
</dependency> --> |
|
|
|
|
</dependencies> |
|
|
|
|
</dependencyManagement> |
|
|
|
|
<dependencies> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>io.quarkus</groupId> |
|
|
|
|
<artifactId>quarkus-openshift</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.json</groupId> |
|
|
|
|
<artifactId>json</artifactId> |
|
|
|
|
<version>20220320</version> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.postgresql</groupId> |
|
|
|
|
<artifactId>postgresql</artifactId> |
|
|
|
|
<version>42.6.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.hibernate.orm/hibernate-core --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.hibernate</groupId> |
|
|
|
|
<artifactId>hibernate-core</artifactId> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>io.quarkus</groupId> |
|
|
|
|
<artifactId>quarkus-openshift</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.json</groupId> |
|
|
|
|
<artifactId>json</artifactId> |
|
|
|
|
<version>20220320</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.postgresql</groupId> |
|
|
|
|
<artifactId>postgresql</artifactId> |
|
|
|
|
<version>42.6.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.glassfish.jaxb</groupId> |
|
|
|
|
<artifactId>jaxb-runtime</artifactId> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.hibernate</groupId> |
|
|
|
|
<artifactId>hibernate-core</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.glassfish.jaxb</groupId> |
|
|
|
|
<artifactId>jaxb-runtime</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>io.quarkus</groupId> |
|
|
|
|
<artifactId>quarkus-jdbc-postgresql</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>io.quarkus</groupId> |
|
|
|
|
<artifactId>quarkus-jdbc-postgresql</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>io.quarkus</groupId> |
|
|
|
|
<artifactId>quarkus-resteasy-reactive-jackson</artifactId> |
|
|
|
|
@ -94,45 +62,44 @@
|
|
|
|
|
<groupId>io.quarkus</groupId> |
|
|
|
|
<artifactId>quarkus-arc</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>io.quarkus</groupId> |
|
|
|
|
<artifactId>quarkus-agroal</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>io.quarkus</groupId> |
|
|
|
|
<artifactId>quarkus-junit5</artifactId> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.projectlombok</groupId> |
|
|
|
|
<artifactId>lombok</artifactId> |
|
|
|
|
<version>1.18.26</version> |
|
|
|
|
<scope>provided</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- Bean Validation API and RI --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>javax.validation</groupId> |
|
|
|
|
<artifactId>validation-api</artifactId> |
|
|
|
|
<version>1.0.0.GA</version> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- https://mvnrepository.com/artifact/jakarta.persistence/jakarta.persistence-api --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>jakarta.persistence</groupId> |
|
|
|
|
<artifactId>jakarta.persistence-api</artifactId> |
|
|
|
|
<version>3.1.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.eclipse.microprofile.rest.client/microprofile-rest-client-api --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.eclipse.microprofile.rest.client</groupId> |
|
|
|
|
<artifactId>microprofile-rest-client-api</artifactId> |
|
|
|
|
<version>3.0.1</version> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- <dependency> |
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
|
<artifactId>jackson-core</artifactId> |
|
|
|
|
<version>2.5.2</version> |
|
|
|
|
</dependency> --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.projectlombok</groupId> |
|
|
|
|
<artifactId>lombok</artifactId> |
|
|
|
|
<version>1.18.26</version> |
|
|
|
|
<scope>provided</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>javax.validation</groupId> |
|
|
|
|
<artifactId>validation-api</artifactId> |
|
|
|
|
<version>1.0.0.GA</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>jakarta.persistence</groupId> |
|
|
|
|
<artifactId>jakarta.persistence-api</artifactId> |
|
|
|
|
<version>3.1.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.eclipse.microprofile.rest.client</groupId> |
|
|
|
|
<artifactId>microprofile-rest-client-api</artifactId> |
|
|
|
|
<version>3.0.1</version> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
<repositories> |
|
|
|
|
<repository> |
|
|
|
|
<id>jboss</id> |
|
|
|
|
<name>JBoss repository</name> |
|
|
|
|
<url>http://repository.jboss.org/maven2</url> |
|
|
|
|
</repository> |
|
|
|
|
</repositories> |
|
|
|
|
<build> |
|
|
|
|
<plugins> |
|
|
|
|
<plugin> |
|
|
|
|
|