From b9770748062a8c6a3b78852fa13229e01f9d2b23 Mon Sep 17 00:00:00 2001 From: flytreeleft Date: Sun, 29 Mar 2020 21:46:32 +0800 Subject: [PATCH] Upgrade keycloak to 9.0.2 --- pom.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d46280e..273ebd7 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ 1.8 1.8 - 4.5.0.Final + 9.0.2 @@ -95,6 +95,16 @@ org.sonatype.nexus nexus-plugin-api provided + + + + javax.activation + activation + + org.sonatype.nexus @@ -143,7 +153,9 @@ - org.keycloak.* + org.keycloak.*, + javax.activation.*, + com.sun.activation.*