diff options
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2019-06-03 14:20:40 +0200 |
---|---|---|
committer | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2019-06-12 09:41:01 +0000 |
commit | 3d6feef167f8e8eb716312599132c41dd89457cb (patch) | |
tree | 0a3b8b8f7371a0d655fff0146dd70080098f5102 /security/ssl | |
parent | 6c2951519650779c019431f990b22b71feb220dc (diff) |
Monitoring API - write framework adapters
Change-Id: Iaba9c4ef6022d01c1f572055316700a3a4dfa8f2
Issue-ID: DCAEGEN2-1589
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'security/ssl')
-rw-r--r-- | security/ssl/src/test/java/org/onap/dcaegen2/services/sdk/security/ssl/PasswordTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/ssl/src/test/java/org/onap/dcaegen2/services/sdk/security/ssl/PasswordTest.java b/security/ssl/src/test/java/org/onap/dcaegen2/services/sdk/security/ssl/PasswordTest.java index 41143f61..03d4ac25 100644 --- a/security/ssl/src/test/java/org/onap/dcaegen2/services/sdk/security/ssl/PasswordTest.java +++ b/security/ssl/src/test/java/org/onap/dcaegen2/services/sdk/security/ssl/PasswordTest.java @@ -24,7 +24,6 @@ import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThatExceptionOfType; import io.vavr.collection.Array; -import java.security.GeneralSecurityException; import java.util.Arrays; import org.junit.jupiter.api.Test; import org.onap.dcaegen2.services.sdk.security.ssl.exceptions.PasswordEvictedException; |