diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-06-22 18:57:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-22 18:57:41 +0000 |
commit | b5d8e7e6f3d72317258fa4c66773b0f3e361544a (patch) | |
tree | 9661f2560465239c971e3e22068f39b0cdb2a11a | |
parent | ca51aa02546f080038f677219217e8bd97372d68 (diff) | |
parent | d66f6fa968ca355674c0315b0ef1205909b90945 (diff) |
Merge "Removing log4j from policy/parent"
-rw-r--r-- | integration/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 97580988..17c278eb 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -282,11 +282,6 @@ <version>1.7.25</version> </dependency> <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.17</version> - </dependency> - <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <version>${version.logback}</version> |