aboutsummaryrefslogtreecommitdiffstats
path: root/integrity-audit
diff options
context:
space:
mode:
authoruj426b <uj426b@att.com>2020-06-11 13:32:53 -0400
committeruj426b <uj426b@att.com>2020-06-11 15:55:28 -0400
commit679ce33d39364e13489832852ddcda67d95daa20 (patch)
treeff51ac42bd03a812c767b39ff70d79d828a7558d /integrity-audit
parentb3b8c72936adbc82f6ae4377f6c18dcaa30e4dc0 (diff)
Removing log4j from policy/common
Change-Id: Ib662556533f72c99180b611d0a1933f20e231b2c Issue-ID: POLICY-2623 Signed-off-by: uj426b <uj426b@att.com>
Diffstat (limited to 'integrity-audit')
-rw-r--r--integrity-audit/pom.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml
index 77634485..86f5db11 100644
--- a/integrity-audit/pom.xml
+++ b/integrity-audit/pom.xml
@@ -2,7 +2,7 @@
============LICENSE_START=======================================================
ONAP Policy Engine - Common Modules
================================================================================
- Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -44,10 +44,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </dependency>
- <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-ext</artifactId>
<version>1.8.0-beta4</version>