summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorLukasz Muszkieta <lukasz.muszkieta@nokia.com>2020-04-03 12:57:20 +0200
committerLukasz Muszkieta <lukasz.muszkieta@nokia.com>2020-04-03 12:57:20 +0200
commitb930fe9d7c75b763d93766eb0a506dcb5a4fcf50 (patch)
treee0d10af224cb5673137e4174b3bbadb363cdb6be /pom.xml
parent221249147696ab12f71906ddf1c35bf78ea80cdb (diff)
fix build - dependency problem
Issue-ID: SO-2780 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I08a932edb0a821c7590002ae3f5dc39075908b81
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 277d60d938..83450c0c1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -670,17 +670,17 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-slf4j</artifactId>
- <version>1.6.6-SNAPSHOT</version>
+ <version>1.6.6</version>
</dependency>
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-base</artifactId>
- <version>1.6.6-SNAPSHOT</version>
+ <version>1.6.6</version>
</dependency>
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-spring</artifactId>
- <version>1.6.6-SNAPSHOT</version>
+ <version>1.6.6</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>