From f28a670df2ea958a83d28930264f002f6d67eec7 Mon Sep 17 00:00:00 2001 From: awudzins Date: Wed, 19 Feb 2020 14:32:58 +0100 Subject: Remove cyclic dependencies and rename execeptions package Issue-ID: AAF-997 Signed-off-by: adamwudzinski Change-Id: Ib7a7da43ac616c74945490fd727c9ac7d7fc7cdd --- .../org/onap/aaf/certservice/certification/PemObjectFactoryTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'certService/src/test/java/org/onap/aaf/certservice/certification/PemObjectFactoryTest.java') diff --git a/certService/src/test/java/org/onap/aaf/certservice/certification/PemObjectFactoryTest.java b/certService/src/test/java/org/onap/aaf/certservice/certification/PemObjectFactoryTest.java index 0b70475c..90151b6d 100644 --- a/certService/src/test/java/org/onap/aaf/certservice/certification/PemObjectFactoryTest.java +++ b/certService/src/test/java/org/onap/aaf/certservice/certification/PemObjectFactoryTest.java @@ -23,8 +23,7 @@ package org.onap.aaf.certservice.certification; import org.bouncycastle.util.io.pem.PemObject; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; -import org.onap.aaf.certservice.certification.exceptions.DecryptionException; -import org.onap.aaf.certservice.certification.exceptions.KeyDecryptionException; +import org.onap.aaf.certservice.certification.exception.DecryptionException; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertThrows; -- cgit 1.2.3-korg