Skip to content

Commit

Permalink
Migrate from system-lambda to system-stubs-core for Java 17 compa…
Browse files Browse the repository at this point in the history
  • Loading branch information
akunzai committed Feb 1, 2024
1 parent 8a9bb40 commit 67afd8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions keycloak-plugins/radius-plugin/pom.xml
Expand Up @@ -56,9 +56,9 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-lambda</artifactId>
<version>1.2.1</version>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-core</artifactId>
<version>2.0.2</version>
<scope>test</scope>
</dependency>

Expand Down
Expand Up @@ -16,8 +16,8 @@
import java.io.IOException;
import java.util.Arrays;

import static com.github.stefanbirkner.systemlambda.SystemLambda.withEnvironmentVariable;
import static org.testng.Assert.*;
import static uk.org.webcompere.systemstubs.SystemStubs.withEnvironmentVariable;

public class FileRadiusConfigurationTest extends AbstractRadiusTest {
private final FileRadiusConfiguration radiusConfiguration = new FileRadiusConfiguration();
Expand Down

0 comments on commit 67afd8d

Please sign in to comment.