Fixed issue of SNAPSHOT logging dependency injection 99/123899/1
authorLukasz Rajewski <lukasz.rajewski@orange.com>
Mon, 6 Sep 2021 16:34:33 +0000 (18:34 +0200)
committerLukasz Rajewski <lukasz.rajewski@orange.com>
Mon, 6 Sep 2021 16:37:03 +0000 (18:37 +0200)
Issue-ID: SO-3673
Signed-off-by: Lukasz.Rajewski <lukasz.rajewski@orange.com>
Change-Id: I0ce75fc727d8f18f3f6a9c69eb64f936f8d86164

pom.xml

diff --git a/pom.xml b/pom.xml
index c732c6f..5d8825c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <dependency>
       <groupId>org.onap.logging-analytics</groupId>
       <artifactId>logging-slf4j</artifactId>
+      <version>${onap-logging-version}</version>
     </dependency>
     <dependency>
       <groupId>org.onap.logging-analytics</groupId>
       <artifactId>logging-filter-base</artifactId>
+      <version>${onap-logging-version}</version>
     </dependency>
     <dependency>
       <groupId>org.onap.logging-analytics</groupId>
       <artifactId>logging-filter-spring</artifactId>
+      <version>${onap-logging-version}</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>