aboutsummaryrefslogtreecommitdiffstats
path: root/maven/poi.pom
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2020-12-16 19:09:00 +0000
committerPJ Fanning <fanningpj@apache.org>2020-12-16 19:09:00 +0000
commit8a66685c2dca10890b98e8ad22679d6d78772839 (patch)
tree2dd494c0619289b8ced50420c9fc6e630b6acf26 /maven/poi.pom
parent9c1eb6b18ee21a2e87a236d99b91f257d945f33a (diff)
downloadpoi-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.pom7
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>