aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/pom.xml8
-rw-r--r--cxf-logging/pom.xml8
2 files changed, 2 insertions, 14 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 799d8a4d34..8b0f19cfc4 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -137,13 +137,7 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-slf4j</artifactId>
- <version>1.2.2-SNAPSHOT</version>
- <exclusions>
- <exclusion>
- <groupId>com.att.eelf</groupId>
- <artifactId>eelf-core</artifactId>
- </exclusion>
- </exclusions>
+ <version>1.2.2</version>
</dependency>
</dependencies>
<build>
diff --git a/cxf-logging/pom.xml b/cxf-logging/pom.xml
index 378d169175..42e53089ac 100644
--- a/cxf-logging/pom.xml
+++ b/cxf-logging/pom.xml
@@ -39,13 +39,7 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-slf4j</artifactId>
- <version>1.2.2-SNAPSHOT</version>
- <exclusions>
- <exclusion>
- <groupId>com.att.eelf</groupId>
- <artifactId>eelf-core</artifactId>
- </exclusion>
- </exclusions>
+ <version>1.2.2</version>
</dependency>
</dependencies>
<build>