From b40a52e5b2c8aaae975bed054408c39f4e3fd0db Mon Sep 17 00:00:00 2001 From: Steve Smokowski Date: Thu, 9 Feb 2017 15:59:56 -0500 Subject: Initial OpenEcomp A&AI Logging Service commit Change-Id: Ie67c5746c2aeafc0fa4318b5ba7ef8af1b3a2eda Signed-off-by: Steve Smokowski --- eelf-logging/pom.xml | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 eelf-logging/pom.xml (limited to 'eelf-logging/pom.xml') diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml new file mode 100644 index 0000000..c9952d0 --- /dev/null +++ b/eelf-logging/pom.xml @@ -0,0 +1,57 @@ + + + + 4.0.0 + + + org.openecomp.aai.logging-service + logging-service + 1.0.0-SNAPSHOT + + + org.openecomp.aai + eelf-logging + EELF Logging Implementation + + + + + + org.openecomp.aai + logging-api + ${project.version} + + + + + com.att.eelf + eelf-core + 0.0.1 + + + + junit + junit + 4.11 + test + + + -- cgit 1.2.3-korg