Skip to content

Commit

Permalink
v0.28 backported to Keycloak 22
Browse files Browse the repository at this point in the history
Signed-off-by: Garth <[email protected]>
  • Loading branch information
xgp committed Apr 18, 2024
1 parent a18a332 commit 2e6bb24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>io.phasetwo.keycloak</groupId>
<artifactId>keycloak-events</artifactId>
<packaging>jar</packaging>
<version>0.29-SNAPSHOT</version>
<version>0.28-kc22</version>

<parent>
<groupId>com.github.xgp</groupId>
Expand All @@ -30,7 +30,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<main.java.package>io.phasetwo.keycloak.events</main.java.package>
<junit.version>5.8.2</junit.version>
<keycloak.version>24.0.0</keycloak.version>
<keycloak.version>22.0.5</keycloak.version>
<lombok.version>1.18.30</lombok.version>
<auto-service.version>1.1.1</auto-service.version>
<ossrh.url>https://s01.oss.sonatype.org</ossrh.url>
Expand Down Expand Up @@ -262,7 +262,7 @@
<dependency> <!-- so we can test webhooks for org methods -->
<groupId>io.phasetwo.keycloak</groupId>
<artifactId>keycloak-orgs</artifactId>
<version>[0.61,)</version>
<version>0.45</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.keycloak.http.HttpRequest;
import org.keycloak.http.HttpResponse;
import org.keycloak.models.KeycloakSession;
import org.keycloak.services.cors.Cors;
import org.keycloak.services.resources.Cors;
import org.keycloak.services.resources.admin.AdminAuth;

@JBossLog
Expand Down

0 comments on commit 2e6bb24

Please sign in to comment.