diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-02-19 11:37:11 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-02-20 10:20:37 -0500 |
commit | 29c8d903616ba7691c890e2e15fbe3a956fe3c50 (patch) | |
tree | b43d1a81805b2bd6b5d292700517678b2c1aa315 /common-logging | |
parent | 19d3bfa5a1e6f69cde7a5e814b1975330249dcd0 (diff) |
Consolidating and organizing dependencies
This is the first sweep to organize the dependencies. I did upgrade
the JUnit in this repo to 4.12 as I thought this would be harmless.
Issue-ID: POLICY-626
Change-Id: I4dc120d2d48830b282d9a173ab69cc553a4d5e78
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'common-logging')
-rw-r--r-- | common-logging/pom.xml | 11 |
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> |