Skip to content

Commit

Permalink
bump keycloak dependency to 22.0.0
Browse files Browse the repository at this point in the history
adjust imports to reflect switch to jakarta
  • Loading branch information
grafjo committed Aug 2, 2023
1 parent b10f607 commit 44f7ab9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<name>Keycloak: Event Publisher to RabbitMQ</name>
<properties>
<keycloak.version>18.0.0</keycloak.version>
<keycloak.version>22.0.0</keycloak.version>
<jar.finalName>${project.artifactId}-${project.version}</jar.finalName>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import java.io.Serializable;

import javax.xml.bind.annotation.XmlRootElement;

import jakarta.xml.bind.annotation.XmlRootElement;
import org.keycloak.events.admin.AdminEvent;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import java.io.Serializable;

import javax.xml.bind.annotation.XmlRootElement;

import jakarta.xml.bind.annotation.XmlRootElement;
import org.keycloak.events.Event;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
Expand Down

0 comments on commit 44f7ab9

Please sign in to comment.