summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2018-09-29 10:25:52 -0400
committerPrudence Au <prudence.au@amdocs.com>2018-09-29 17:01:47 -0400
commitd220b3045877b2d9b418f16a2198963f8a0c04c3 (patch)
tree355ea987b0026436a34c0f645bccec17837ff79b
parentb78e5c4271023b4879f5fa056266b987289fed2d (diff)
Upgrade oparent to 1.2.1
and remove the unneccessary dependency Change-Id: I439f8fd7cddf220597f80ad4421f29033b3ea4d3 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-669
-rw-r--r--pom.xml13
1 files changed, 1 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index dda22d7..6df003c 100644
--- 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>
@@ -78,17 +78,6 @@
<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>