From e429b2abdc4381e2e95023152c61158b10bfdbeb Mon Sep 17 00:00:00 2001 From: Dmitry Telegin Date: Thu, 17 Oct 2019 14:39:42 +0300 Subject: [PATCH] - Quarkus 0.25 - fix typo --- quarkus/pom.xml | 22 +++++++++++++++++++--- quarkus/server/pom.xml | 19 +++++-------------- 2 files changed, 24 insertions(+), 17 deletions(-) diff --git a/quarkus/pom.xml b/quarkus/pom.xml index 722f31ece5..0f603c2044 100755 --- a/quarkus/pom.xml +++ b/quarkus/pom.xml @@ -31,12 +31,12 @@ pom - 0.23.2 - 4.3.0.Final + 0.25.0 + 4.3.1.Final 2.22.0 - 1.5.0.Final-format-001 + 1.5.0.Final-format-001 1.8 UTF-8 1.8 @@ -58,6 +58,22 @@ keycloak-quarkus-extensions ${project.version} + + org.wildfly.common + wildfly-common + ${wildfly.common.format.version} + + + * + * + + + + + org.yaml + snakeyaml + 1.20 + diff --git a/quarkus/server/pom.xml b/quarkus/server/pom.xml index 955875b635..1038ba2fe7 100644 --- a/quarkus/server/pom.xml +++ b/quarkus/server/pom.xml @@ -15,6 +15,10 @@ + + io.quarkus + quarkus-undertow + io.quarkus quarkus-resteasy @@ -35,7 +39,7 @@ io.quarkus quarkus-jdbc-mariadb - + org.keycloak @@ -364,7 +368,6 @@ org.yaml snakeyaml - 1.20 * @@ -392,18 +395,6 @@ - - - org.wildfly.common - wildfly-common - ${wildfly.common.formmat.version} - - - * - * - - -