From c232f7e208db1a1ff8c4eb8c10b0d9b072c65e93 Mon Sep 17 00:00:00 2001 From: Yegor Kozlov <yegor@apache.org> Date: Mon, 11 Oct 2010 16:23:38 +0000 Subject: 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 --- maven/poi-scratchpad.pom | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'maven') 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> -- cgit v1.2.3