diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-12-16 19:09:00 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-12-16 19:09:00 +0000 |
commit | 8a66685c2dca10890b98e8ad22679d6d78772839 (patch) | |
tree | 2dd494c0619289b8ced50420c9fc6e630b6acf26 /maven/poi.pom | |
parent | 9c1eb6b18ee21a2e87a236d99b91f257d945f33a (diff) | |
download | poi-8a66685c2dca10890b98e8ad22679d6d78772839.tar.gz poi-8a66685c2dca10890b98e8ad22679d6d78772839.zip |
try to remove seemingly unused log4j 1.x dependency
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884519 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven/poi.pom')
-rw-r--r-- | maven/poi.pom | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/maven/poi.pom b/maven/poi.pom index 4b99095f18..a73c95f357 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -67,13 +67,6 @@ <optional>true</optional> </dependency> <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.17</version> - <scope>runtime</scope> - <optional>true</optional> - </dependency> - <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.15</version> |