aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrewLamb <andrew.a.lamb@est.tech>2019-09-19 13:43:32 +0100
committerAndrewLamb <andrew.a.lamb@est.tech>2019-09-27 11:47:07 +0100
commit0f5d4b5e7df6d80684d612e27ce32f0cae6f6b6c (patch)
tree3e91c4655a9d4778ef66e52032cf8cc88bbd95cb /pom.xml
parent5323b7150d0c4df4b0c38e0537c78fc011c0fb9b (diff)
Unit test cases for SVNFM Simulator
Change-Id: Ibc6e4d47007fb14dbcad97b27d47cdd808251c9d Issue-ID: SO-1853 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
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 87571932fb..ac9126b612 100644
--- a/pom.xml
+++ b/pom.xml
@@ -638,17 +638,17 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-slf4j</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-base</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-spring</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>