diff options
author | Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> | 2019-10-31 14:36:33 +0000 |
---|---|---|
committer | Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> | 2019-10-31 14:36:33 +0000 |
commit | 49a41adb9f709485ed259a6a4603f3adad1324e2 (patch) | |
tree | 3b393a61e030bb2cbb96e68f58a54e57520300ac | |
parent | 68a4d953e819be52458d0f432d6419eeea340672 (diff) |
pom updates
inherit version for org.onap.logging-analytics artifacts
Issue-ID: CCSDK-1882
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
Change-Id: I9ab3e996f5f951dae8a00c9c7cf6fcd054905146
-rwxr-xr-x | filters/provider/pom.xml | 1 | ||||
-rwxr-xr-x | sli/common/pom.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/filters/provider/pom.xml b/filters/provider/pom.xml index a5a6379e9..2215f44c9 100755 --- a/filters/provider/pom.xml +++ b/filters/provider/pom.xml @@ -20,7 +20,6 @@ <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-filter-base</artifactId> - <version>1.5.0</version> </dependency> <dependency> <groupId>javax.servlet</groupId> diff --git a/sli/common/pom.xml b/sli/common/pom.xml index 2166760de..2c6680a79 100755 --- a/sli/common/pom.xml +++ b/sli/common/pom.xml @@ -56,7 +56,6 @@ <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-slf4j</artifactId> - <version>1.5.0</version> </dependency> <!-- Testing Dependencies --> <dependency> |