You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ye...@apache.org on 2010/10/11 18:23:38 UTC

svn commit: r1021408 - /poi/trunk/maven/poi-scratchpad.pom

Author: yegor
Date: Mon Oct 11 16:23:38 2010
New Revision: 1021408

URL: http://svn.apache.org/viewvc?rev=1021408&view=rev
Log:
removed log4 and commons-logging from poi-scratchpad.pom

Modified:
    poi/trunk/maven/poi-scratchpad.pom

Modified: poi/trunk/maven/poi-scratchpad.pom
URL: http://svn.apache.org/viewvc/poi/trunk/maven/poi-scratchpad.pom?rev=1021408&r1=1021407&r2=1021408&view=diff
==============================================================================
--- poi/trunk/maven/poi-scratchpad.pom (original)
+++ poi/trunk/maven/poi-scratchpad.pom Mon Oct 11 16:23:38 2010
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org