diff options
author | Lukasz Muszkieta <lukasz.muszkieta@nokia.com> | 2020-08-03 15:07:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-03 15:07:58 +0000 |
commit | 4e81b212f66800fffbb06a1f6c55b5733a98c122 (patch) | |
tree | e9ccadcb71e19cf1a7987cc5850191db6ae942c9 /pom.xml | |
parent | fbe9971f99989c59d84f434f884b4f2ebc8e1f03 (diff) | |
parent | 4180d54d46aebca6bba531241d01759615887e2c (diff) |
Merge "Create DeactivatePnfBB and include it into Service-Macro-Delete flow."
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -870,17 +870,17 @@ <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-slf4j</artifactId> - <version>1.6.7-SNAPSHOT</version> + <version>1.6.7</version> </dependency> <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-filter-base</artifactId> - <version>1.6.7-SNAPSHOT</version> + <version>1.6.7</version> </dependency> <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-filter-spring</artifactId> - <version>1.6.7-SNAPSHOT</version> + <version>1.6.7</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> |