From fa42cc548fb2f002b4e94e79bcbf10fbd7bcfa6d Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Tue, 28 May 2024 11:11:09 +0200 Subject: Refactor HttpEntry class - Part 1 - simplify setHttpEntryProperties (later on this will likely be done in the constructor) - move some logic of UEBNotification into separate methods - resolve jsonassert dependency conflict Issue-ID: AAI-3863 Signed-off-by: Fiete Ostkamp Change-Id: Ic84b43156890352509dc9c547478abdf53e96d6a --- aai-els-onap-logging/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'aai-els-onap-logging') diff --git a/aai-els-onap-logging/pom.xml b/aai-els-onap-logging/pom.xml index aa0782b7..2180f6e7 100644 --- a/aai-els-onap-logging/pom.xml +++ b/aai-els-onap-logging/pom.xml @@ -140,6 +140,12 @@ org.springframework.boot spring-boot-starter-test test + + + com.vaadin.external.google + android-json + + junit -- cgit 1.2.3-korg