Upgrade oparent to 1.2.1 58/69558/1
authorPrudence Au <prudence.au@amdocs.com>
Sat, 29 Sep 2018 14:25:52 +0000 (10:25 -0400)
committerPrudence Au <prudence.au@amdocs.com>
Sat, 29 Sep 2018 21:01:47 +0000 (17:01 -0400)
and remove the unneccessary dependency

Change-Id: I439f8fd7cddf220597f80ad4421f29033b3ea4d3
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Issue-ID: LOG-669

pom.xml

diff --git a/pom.xml b/pom.xml
index dda22d7..6df003c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>oparent</artifactId>
-    <version>1.2.0</version>
+    <version>1.2.1</version>
     <relativePath/>
   </parent>
 
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>
-    <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>
-    </dependency>
 
     <!-- JUnit dependencies -->
     <dependency>