mirror of https://github.com/apache/poi.git
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
This commit is contained in:
parent
8ac5434914
commit
c232f7e208
|
@ -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…
Reference in New Issue