Skip to content

Commit

Permalink
update pom.xml to build against keycloak 18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
instipod committed Sep 17, 2022
1 parent 9846721 commit 3c8e53c
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.instipod</groupId>
<artifactId>DuoUniversalKeycloakAuthenticator</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.4-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -23,35 +23,28 @@
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-core</artifactId>
<version>11.0.3</version>
<version>18.0.0</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-server-spi</artifactId>
<version>11.0.3</version>
<version>18.0.0</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-server-spi-private</artifactId>
<version>11.0.3</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.4.1.Final</version>
<version>18.0.0</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-services</artifactId>
<version>11.0.3</version>
<version>18.0.0</version>
<scope>provided</scope>
</dependency>

Expand All @@ -72,7 +65,7 @@
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-common</artifactId>
<version>11.0.3</version>
<version>18.0.0</version>
<scope>provided</scope>
</dependency>

Expand All @@ -96,14 +89,6 @@
<target>11</target>
</configuration>
</plugin>
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>2.0.1.Final</version>
<configuration>
<skip>false</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
Expand Down

0 comments on commit 3c8e53c

Please sign in to comment.