From dd1e8806f6486cfa2a0e488a6329db5ece3fb8e6 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Thu, 13 Feb 2020 12:20:05 -0500 Subject: Refactoring POM's and .gitignore Removing IDE generated files Issue-ID: LOG-1200 Signed-off-by: Singal, Kapil (ks220y) Change-Id: Ie9182553ae5ea3ee1c852049678c92860a7eedb0 --- reference/logging-filter/logging-filter-base/pom.xml | 2 ++ reference/logging-filter/logging-filter-spring/pom.xml | 2 ++ reference/logging-filter/pom.xml | 16 +++++++++------- 3 files changed, 13 insertions(+), 7 deletions(-) (limited to 'reference/logging-filter') diff --git a/reference/logging-filter/logging-filter-base/pom.xml b/reference/logging-filter/logging-filter-base/pom.xml index c0eb689..7f6b62d 100644 --- a/reference/logging-filter/logging-filter-base/pom.xml +++ b/reference/logging-filter/logging-filter-base/pom.xml @@ -10,6 +10,8 @@ logging-filter-base + logging-analytics :: ${project.artifactId} + javax.annotation diff --git a/reference/logging-filter/logging-filter-spring/pom.xml b/reference/logging-filter/logging-filter-spring/pom.xml index a7a86d4..e20f8d7 100644 --- a/reference/logging-filter/logging-filter-spring/pom.xml +++ b/reference/logging-filter/logging-filter-spring/pom.xml @@ -10,6 +10,8 @@ logging-filter-spring + logging-analytics :: ${project.artifactId} + diff --git a/reference/logging-filter/pom.xml b/reference/logging-filter/pom.xml index 5a3fc01..df92b47 100644 --- a/reference/logging-filter/pom.xml +++ b/reference/logging-filter/pom.xml @@ -11,6 +11,8 @@ logging-filter-parent pom + logging-analytics :: ${project.artifactId} + logging-filter-base logging-filter-spring @@ -100,13 +102,13 @@ - -- cgit 1.2.3-korg