Browse Source

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
tags/POI-3.7
Yegor Kozlov 13 years ago
parent
commit
c232f7e208
1 changed files with 0 additions and 12 deletions
  1. 0
    12
      maven/poi-scratchpad.pom

+ 0
- 12
maven/poi-scratchpad.pom View File

@@ -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>

Loading…
Cancel
Save