From 98749c47bbb5f5ddcc1c4f0690b79c7288f6bdd6 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Fri, 21 Feb 2020 14:34:10 -0500 Subject: Enhancements for the aai-common library Issue-ID: AAI-2806 Change-Id: I2dbb46b897b35136ac1bb802978d3f974af1b307 Signed-off-by: Kajur, Harish (vk250x) --- aai-els-onap-logging/pom.xml | 130 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 aai-els-onap-logging/pom.xml (limited to 'aai-els-onap-logging/pom.xml') diff --git a/aai-els-onap-logging/pom.xml b/aai-els-onap-logging/pom.xml new file mode 100644 index 00000000..8817adf5 --- /dev/null +++ b/aai-els-onap-logging/pom.xml @@ -0,0 +1,130 @@ + + + 4.0.0 + + org.onap.aai.aai-common + aai-parent + 1.6.6-SNAPSHOT + ../aai-parent/pom.xml + + aai-els-onap-logging + aai-els-onap-logging + jar + + + org.springframework + spring-aop + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-orm + + + org.springframework + spring-oxm + + + org.springframework + spring-aspects + + + org.springframework + spring-tx + + + org.springframework + spring-web + + + org.springframework + spring-webmvc + + + org.aspectj + aspectjrt + + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-access + compile + + + javax.annotation + javax.annotation-api + provided + + + org.onap.logging-analytics + logging-slf4j + + + javax.servlet + javax.servlet-api + provided + + + javax.ws.rs + javax.ws.rs-api + provided + + + org.slf4j + slf4j-api + provided + + + junit + junit + test + + + org.mockito + mockito-core + test + + + org.json + json + test + + + org.eclipse.jetty + jetty-util + compile + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + + + commons-lang + commons-lang + + + commons-io + commons-io + + + com.sun.jersey + jersey-client + + + -- cgit 1.2.3-korg