aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2020-04-16 11:06:30 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-16 11:06:30 +0000
commitf31a44c0846c9faa49c6004e3172d1e32e7659ec (patch)
tree43aa9a18c9c2ef5276c318faad1f7a0ca177fc9b
parenta64fee1535d19bd350c2cc518098f58f3450ea5a (diff)
parent28a07e88400b2209e2a110ecc1b2d3e3bdc02f78 (diff)
Merge "Remove version reference for logging-analytics"
-rw-r--r--pom.xml18
-rw-r--r--so-simulator/pom.xml1
2 files changed, 15 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 499410613d..2e7c7cc65a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -671,17 +671,14 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-slf4j</artifactId>
- <version>1.6.6</version>
</dependency>
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-base</artifactId>
- <version>1.6.6</version>
</dependency>
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-spring</artifactId>
- <version>1.6.6</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
@@ -831,6 +828,21 @@
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
<!-- force use of version 4.5 everywhere in transient deps, aligned on WildFly 10 version -->
<dependency>
+ <groupId>org.onap.logging-analytics</groupId>
+ <artifactId>logging-slf4j</artifactId>
+ <version>1.6.6</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.logging-analytics</groupId>
+ <artifactId>logging-filter-base</artifactId>
+ <version>1.6.6</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.logging-analytics</groupId>
+ <artifactId>logging-filter-spring</artifactId>
+ <version>1.6.6</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.4</version>
diff --git a/so-simulator/pom.xml b/so-simulator/pom.xml
index 35964d6de6..e264c534d2 100644
--- a/so-simulator/pom.xml
+++ b/so-simulator/pom.xml
@@ -62,7 +62,6 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-slf4j</artifactId>
- <version>1.6.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.consol.citrus</groupId>