diff options
author | Yegor Kozlov <yegor@apache.org> | 2010-10-11 16:23:38 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2010-10-11 16:23:38 +0000 |
commit | c232f7e208db1a1ff8c4eb8c10b0d9b072c65e93 (patch) | |
tree | af488ef2dd8e332d839d2558b43882679a322bc7 /maven | |
parent | 8ac5434914665f2a2f2db650d3a6c2286e9413a4 (diff) | |
download | poi-c232f7e208db1a1ff8c4eb8c10b0d9b072c65e93.tar.gz poi-c232f7e208db1a1ff8c4eb8c10b0d9b072c65e93.zip |
removed log4 and commons-logging from poi-scratchpad.pom
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1021408 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven')
-rw-r--r-- | maven/poi-scratchpad.pom | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/maven/poi-scratchpad.pom b/maven/poi-scratchpad.pom index b2639d1f25..d1b4392de1 100644 --- a/maven/poi-scratchpad.pom +++ b/maven/poi-scratchpad.pom @@ -64,17 +64,5 @@ <artifactId>poi</artifactId> <version>@VERSION@</version> </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.1</version> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.13</version> - <scope>runtime</scope> - </dependency> </dependencies> </project> |