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-spring/pom.xml | 130 ++++++++++----------- 1 file changed, 65 insertions(+), 65 deletions(-) (limited to 'reference/logging-filter/logging-filter-spring/pom.xml') diff --git a/reference/logging-filter/logging-filter-spring/pom.xml b/reference/logging-filter/logging-filter-spring/pom.xml index c8be7a9..3f7c659 100644 --- a/reference/logging-filter/logging-filter-spring/pom.xml +++ b/reference/logging-filter/logging-filter-spring/pom.xml @@ -1,71 +1,71 @@ - 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-spring + logging-filter-spring - - - - org.springframework.boot - spring-boot-dependencies - 2.0.5.RELEASE - pom - import - - - - - - org.springframework - spring-webmvc - - - org.onap.logging-analytics - logging-filter-base - ${project.version} - - - 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 - test - - - org.mockito - mockito-core - test - - + + + + org.springframework.boot + spring-boot-dependencies + 2.0.5.RELEASE + pom + import + + + + + + org.springframework + spring-webmvc + + + org.onap.logging-analytics + logging-filter-base + ${project.version} + + + 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 + test + + + org.mockito + mockito-core + test + + -- cgit 1.2.3-korg