aboutsummaryrefslogtreecommitdiffstats
path: root/cxf-logging
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-10-19 11:37:05 -0400
committerRob Daugherty <rd472p@att.com>2018-10-19 11:39:07 -0400
commit50fcd6f94104234212d907f8fb968d506d4d6e33 (patch)
treeb8f4a651cbaa4a0d5aea8718ce3512e64c95c118 /cxf-logging
parent5a51b2e95eca747ae7f6bf98f38a36bab34b6c7b (diff)
logging-slf4j:1.2.2-SNAPSHOT does not exist
Change the dependency to the 1.2.2 release version. Remove the exclusion for EELF, because 1.2.2 doesn't use it. Change-Id: I0ccca79df59282d5d9d71eec4b3faa845d31814f Issue-ID: SO-1152 Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'cxf-logging')
-rw-r--r--cxf-logging/pom.xml8
1 files changed, 1 insertions, 7 deletions
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>