X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dmaap-adaptor-java%2Fsrc%2Ftest%2Fjava%2Forg%2Foran%2Fdmaapadapter%2FIntegrationWithEcs.java;h=9ca941334efb13f6bc78c680d0d0872db1590247;hb=b65d86fc9b02415e1adf2415f8c4a257378e9c09;hp=3dde82e82d5f9f236bbac508d16f10bbfeba9bb7;hpb=e702c19d34c342e75993e169c261f9087cc0643f;p=nonrtric.git diff --git a/dmaap-adaptor-java/src/test/java/org/oran/dmaapadapter/IntegrationWithEcs.java b/dmaap-adaptor-java/src/test/java/org/oran/dmaapadapter/IntegrationWithEcs.java index 3dde82e8..9ca94133 100644 --- a/dmaap-adaptor-java/src/test/java/org/oran/dmaapadapter/IntegrationWithEcs.java +++ b/dmaap-adaptor-java/src/test/java/org/oran/dmaapadapter/IntegrationWithEcs.java @@ -42,8 +42,6 @@ import org.oran.dmaapadapter.repository.InfoType; import org.oran.dmaapadapter.repository.InfoTypes; import org.oran.dmaapadapter.repository.Jobs; import org.oran.dmaapadapter.tasks.ProducerRegstrationTask; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.test.context.SpringBootTest.WebEnvironment; @@ -63,7 +61,6 @@ import org.springframework.test.context.junit.jupiter.SpringExtension; "app.ecs-base-url=https://localhost:8434" // }) class IntegrationWithEcs { - private static final Logger logger = LoggerFactory.getLogger(ApplicationTest.class); @Autowired private ApplicationConfig applicationConfig;