aboutsummaryrefslogtreecommitdiffstats
path: root/common/pom.xml
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 16:10:05 +0000
commit28e0969c182e67466bc1563e5d049a5107e3e87d (patch)
treeb8f4a651cbaa4a0d5aea8718ce3512e64c95c118 /common/pom.xml
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> (cherry picked from commit 50fcd6f94104234212d907f8fb968d506d4d6e33)
Diffstat (limited to 'common/pom.xml')
-rw-r--r--common/pom.xml8
1 files changed, 1 insertions, 7 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>