diff options
author | AndrewLamb <andrew.a.lamb@est.tech> | 2019-09-19 13:43:32 +0100 |
---|---|---|
committer | AndrewLamb <andrew.a.lamb@est.tech> | 2019-09-27 11:47:07 +0100 |
commit | 0f5d4b5e7df6d80684d612e27ce32f0cae6f6b6c (patch) | |
tree | 3e91c4655a9d4778ef66e52032cf8cc88bbd95cb /pom.xml | |
parent | 5323b7150d0c4df4b0c38e0537c78fc011c0fb9b (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.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |