]> source.dussan.org Git - poi.git/commitdiff
removed log4 and commons-logging from poi-scratchpad.pom
authorYegor Kozlov <yegor@apache.org>
Mon, 11 Oct 2010 16:23:38 +0000 (16:23 +0000)
committerYegor Kozlov <yegor@apache.org>
Mon, 11 Oct 2010 16:23:38 +0000 (16:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1021408 13f79535-47bb-0310-9956-ffa450edef68

maven/poi-scratchpad.pom

index b2639d1f25c72186d45bc076c3bdd84832210794..d1b4392de122fdd4383ef31b7d30ec7816824198 100644 (file)
        <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>