Skip to content

Commit 4134415

Browse files
committed
style: remove unused imports
1 parent a491f32 commit 4134415

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

devkit-utils/src/test/java/com/onixbyte/devkit/utils/Base64UtilTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717

1818
package com.onixbyte.devkit.utils;
1919

20-
import org.junit.jupiter.api.Assertions;
2120
import org.junit.jupiter.api.Test;
22-
import org.slf4j.Logger;
23-
import org.slf4j.LoggerFactory;
2421

2522
import java.nio.charset.StandardCharsets;
2623

key-pair-loader/src/main/java/com/onixbyte/security/KeyLoader.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@
1919

2020
import com.onixbyte.security.exception.KeyLoadingException;
2121

22-
import java.security.KeyFactory;
2322
import java.security.PrivateKey;
2423
import java.security.PublicKey;
2524
import java.security.interfaces.ECPublicKey;
2625
import java.security.interfaces.RSAPublicKey;
27-
import java.security.spec.KeySpec;
2826

2927
/**
3028
* The {@code KeyLoader} class provides utility methods for loading keys pairs from PEM-formatted

simple-jwt-authzero/src/test/java/com/onixbyte/simplejwt/authzero/test/TestAuthzeroTokenResolver.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717

1818
package com.onixbyte.simplejwt.authzero.test;
1919

20-
import com.onixbyte.simplejwt.authzero.AuthzeroTokenResolver;
21-
import com.onixbyte.simplejwt.constants.TokenAlgorithm;
22-
import org.junit.jupiter.api.Test;
23-
24-
import java.time.Duration;
25-
2620
/**
2721
* TestAuthzeroTokenResolver
2822
*

0 commit comments

Comments
 (0)