From 2ab194ebd99962804cfb977d3a3b8f8d732d22f0 Mon Sep 17 00:00:00 2001 From: "Smokowski, Kevin (ks6305)" Date: Mon, 13 Jan 2020 19:16:57 +0000 Subject: pom changes centralize maven compiler plugin config and organize poms Issue-ID: LOG-1193 Signed-off-by: Smokowski, Kevin (ks6305) Change-Id: I8e6526f5709ea5773dd3214adddda15614daaff5 --- .../logging-filter/logging-filter-base/pom.xml | 112 ++++++++++----------- 1 file changed, 56 insertions(+), 56 deletions(-) (limited to 'reference/logging-filter/logging-filter-base/pom.xml') diff --git a/reference/logging-filter/logging-filter-base/pom.xml b/reference/logging-filter/logging-filter-base/pom.xml index 718441f..e01ea0c 100644 --- a/reference/logging-filter/logging-filter-base/pom.xml +++ b/reference/logging-filter/logging-filter-base/pom.xml @@ -1,62 +1,62 @@ - 4.0.0 + 4.0.0 - - org.onap.logging-analytics - logging-filter-parent - 1.6.3-SNAPSHOT - + + org.onap.logging-analytics + logging-filter-parent + 1.6.3-SNAPSHOT + - logging-filter-base + logging-filter-base - - - javax.annotation - javax.annotation-api - - - org.onap.logging-analytics - logging-slf4j - - - javax.servlet - javax.servlet-api - - - javax.ws.rs - javax.ws.rs-api - - - org.slf4j - slf4j-api - - - org.apache.logging.log4j - log4j-slf4j-impl - test - - - junit - junit - test - - - org.glassfish.jersey.core - jersey-client - 2.25.1 - test - - - org.apache.logging.log4j - log4j-core - 2.10.0 - test - - - org.mockito - mockito-core - test - - + + + javax.annotation + javax.annotation-api + + + org.onap.logging-analytics + logging-slf4j + + + javax.servlet + javax.servlet-api + + + javax.ws.rs + javax.ws.rs-api + + + org.slf4j + slf4j-api + + + org.apache.logging.log4j + log4j-slf4j-impl + test + + + junit + junit + test + + + org.glassfish.jersey.core + jersey-client + 2.25.1 + test + + + org.apache.logging.log4j + log4j-core + 2.10.0 + test + + + org.mockito + mockito-core + test + + -- cgit 1.2.3-korg