summaryrefslogtreecommitdiffstats
path: root/common-logging
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-02-20 17:54:03 +0000
committerGerrit Code Review <gerrit@onap.org>2018-02-20 17:54:03 +0000
commitd87ae428f0e9b2941bd7a341ce92bbb2549d18d5 (patch)
treee71e4876392bd35712106eff8271b3a53c64fd52 /common-logging
parent54800b25c8bcb27725c559e5fe7329dc46daf1a0 (diff)
parent29c8d903616ba7691c890e2e15fbe3a956fe3c50 (diff)
Merge "Consolidating and organizing dependencies"
Diffstat (limited to 'common-logging')
-rw-r--r--common-logging/pom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml
index 400434c1..26da3041 100644
--- a/common-logging/pom.xml
+++ b/common-logging/pom.xml
@@ -33,6 +33,11 @@
<packaging>jar</packaging>
<dependencies>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
@@ -49,12 +54,6 @@
<artifactId>eelf-core</artifactId>
<version>0.0.1</version>
</dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.17</version>
- <scope>provided</scope>
- </dependency>
</dependencies>
<build>