Fixed issue of SNAPSHOT logging dependency injection
Issue-ID: SO-3673
Signed-off-by: Lukasz.Rajewski <lukasz.rajewski@orange.com>
Change-Id: I0ce75fc727d8f18f3f6a9c69eb64f936f8d86164
diff --git a/pom.xml b/pom.xml
index c732c6f..5d8825c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -701,14 +701,17 @@
<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>