From 5464dcd9256c2d8c05458790fa3f49c8dccb3e98 Mon Sep 17 00:00:00 2001 From: Jan Winter Date: Wed, 7 Sep 2022 19:58:24 +0200 Subject: [PATCH] Upgrade to keycloak 19.0.1 (quarkus) --- README.md | 2 +- pom.xml | 74 ++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 47 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index c2dc468..e3e66db 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ To safeguard registration against bots, Keycloak has integration with Google reC ## Installation -Download the newest release JAR (or comile it yourself) and drop it into `your_keycloak_installation/standalone/deployments` +Download the newest release JAR (or comile it yourself) and drop it into `your_keycloak_installation/providers` There are a few steps you need to perform in the Keycloak Admin Console. Click the Authentication left menu item and go to the Flows tab. Select the Registration flow from the drop down list on this page. diff --git a/pom.xml b/pom.xml index 240b43b..ccaf5d6 100644 --- a/pom.xml +++ b/pom.xml @@ -6,41 +6,59 @@ Registration Authenitcation Execution Provider for hCaptcha hCaptcha protects your users' privacy, rewards websites and helps businesses annotate their data. It's a 'drop in' replacement for reCAPTCHA that you set up in minutes. jar - + - 15.1.1 + 19.0.1 11 11 UTF-8 - + + + + + org.keycloak + keycloak-parent + ${version.keycloak} + pom + import + + + + - - org.keycloak - keycloak-core - ${version.keycloak} - provided - - - org.keycloak - keycloak-server-spi - ${version.keycloak} - provided - - - org.keycloak - keycloak-server-spi-private - ${version.keycloak} - provided - - - org.keycloak - keycloak-services - ${version.keycloak} - provided - + + org.keycloak + keycloak-core + provided + + + org.keycloak + keycloak-server-spi + provided + + + org.keycloak + keycloak-server-spi-private + provided + + + org.keycloak + keycloak-services + provided + + + org.apache.httpcomponents + httpcore + provided + + + org.apache.httpcomponents + httpclient + provided + ${project.artifactId} - \ No newline at end of file +