Skip to content

Commit

Permalink
Remove Tomcat OIDC adapter
Browse files Browse the repository at this point in the history
Closes keycloak#28778

Signed-off-by: Douglas Palmer <dpalmer@redhat.com>
  • Loading branch information
douglaspalmer authored and mposolda committed Apr 26, 2024
1 parent 98faf6e commit 43aa10e
Show file tree
Hide file tree
Showing 37 changed files with 0 additions and 2,274 deletions.
1 change: 0 additions & 1 deletion adapters/oidc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<module>spring-boot-adapter-core</module>
<module>spring-boot-container-bundle</module>
<module>spring-security</module>
<module>tomcat</module>
<module>undertow</module>
<module>wildfly</module>
<module>wildfly-elytron</module>
Expand Down
8 changes: 0 additions & 8 deletions adapters/oidc/spring-boot-container-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
<artifactId>keycloak-adapter-core</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-tomcat-adapter</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-undertow-adapter</artifactId>
Expand All @@ -45,11 +40,8 @@
<configuration>
<artifactSet>
<includes>
<include>org.keycloak:keycloak-tomcat-adapter</include>
<include>org.keycloak:keycloak-undertow-adapter</include>
<include>org.keycloak:keycloak-jetty94-adapter</include>
<include>org.keycloak:keycloak-tomcat-core-adapter</include>
<include>org.keycloak:keycloak-tomcat-adapter-spi</include>
<include>org.keycloak:keycloak-undertow-adapter</include>
<include>org.keycloak:keycloak-undertow-adapter-spi</include>
<include>org.keycloak:keycloak-jetty-core</include>
Expand Down
38 changes: 0 additions & 38 deletions adapters/oidc/tomcat/pom.xml

This file was deleted.

108 changes: 0 additions & 108 deletions adapters/oidc/tomcat/tomcat-core/pom.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 43aa10e

Please sign in to comment.