Skip to content

Commit

Permalink
Remove Jetty 9.2 and 9.3 adapters (keycloak#11792)
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst authored May 4, 2022
1 parent 3bcdb44 commit 491b326
Show file tree
Hide file tree
Showing 56 changed files with 6 additions and 2,715 deletions.
6 changes: 3 additions & 3 deletions adapters/oidc/jetty/jetty-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,21 +88,21 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>${jetty92.version}</version>
<version>${jetty94.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
<version>${jetty92.version}</version>
<version>${jetty94.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-security</artifactId>
<version>${jetty92.version}</version>
<version>${jetty94.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public String getName() {
}

@Override
public UserIdentity login(String username, Object credentials) {
public UserIdentity login(String username, Object credentials, ServletRequest var3) {
return null;
}

Expand Down
147 changes: 0 additions & 147 deletions adapters/oidc/jetty/jetty9.2/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 491b326

Please sign in to comment.