From b3a974ed7dccb1fc29b8bef2a1112bb78abe3197 Mon Sep 17 00:00:00 2001 From: wasala Date: Wed, 18 Apr 2018 08:48:00 +0200 Subject: Exluded jackson library from prh-app-server Change-Id: I3856e2c5f661e8355e6af88f85b38b443cbc4ece Issue-ID: DCAEGEN2-426 Signed-off-by: wasala --- .../dcaegen2/services/prh/configuration/PrhAppConfigTest.java | 8 -------- 1 file changed, 8 deletions(-) (limited to 'prh-app-server/src/test/java/org/onap/dcaegen2/services') diff --git a/prh-app-server/src/test/java/org/onap/dcaegen2/services/prh/configuration/PrhAppConfigTest.java b/prh-app-server/src/test/java/org/onap/dcaegen2/services/prh/configuration/PrhAppConfigTest.java index 26be5133..42269d44 100644 --- a/prh-app-server/src/test/java/org/onap/dcaegen2/services/prh/configuration/PrhAppConfigTest.java +++ b/prh-app-server/src/test/java/org/onap/dcaegen2/services/prh/configuration/PrhAppConfigTest.java @@ -25,25 +25,17 @@ import static org.mockito.Mockito.doReturn; import static org.mockito.Mockito.spy; import static org.mockito.Mockito.times; import static org.mockito.Mockito.verify; -import static org.mockito.Mockito.when; -import com.fasterxml.jackson.databind.ObjectMapper; -import com.fasterxml.jackson.datatype.jdk8.Jdk8Module; import java.io.ByteArrayInputStream; import java.io.FileNotFoundException; -import java.io.IOException; import java.io.InputStream; import java.nio.charset.StandardCharsets; import java.util.Objects; import org.junit.jupiter.api.Assertions; -import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.BeforeEach; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; -import org.mockito.ArgumentMatchers; import org.onap.dcaegen2.services.prh.IT.junit5.mockito.MockitoExtension; -import org.springframework.test.context.junit.jupiter.SpringExtension; /** * @author Przemysław Wąsala on 4/9/18 -- cgit 1.2.3-korg