From 902b7dd1f8d59e37950a4dd3c4151026f742df7a Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 04 Mar 2024 13:29:27 +0000
Subject: [PATCH] Fix missing jakarta.ws.rs.ext.RuntimeDelegate provider in tests

---
 pom.xml |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1ee6641..f550e8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
     <groupId>org.keycloak</groupId>
     <artifactId>keycloak-protocol-cas</artifactId>
-    <version>23.0.4</version>
+    <version>23.0.7</version>
     <name>Keycloak CAS Protocol</name>
     <description />
 
@@ -35,7 +35,7 @@
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.compiler.release>17</maven.compiler.release>
-        <project.build.outputTimestamp>1704790023</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1708678028</project.build.outputTimestamp>
     </properties>
 
     <dependencies>
@@ -113,6 +113,18 @@
             <version>2.9.0</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.glassfish.jersey.core</groupId>
+            <artifactId>jersey-common</artifactId>
+            <version>3.1.2</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <version>5.11.0</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
     <build>
         <plugins>

--
Gitblit v1.9.1