Browse Source

marked commons-logging and log4j as optional dependencies in POI poms, see Bugzilla 50067

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1021326 13f79535-47bb-0310-9956-ffa450edef68
pull/1/head
Yegor Kozlov 13 years ago
parent
commit
b230e92709
2 changed files with 4 additions and 0 deletions
  1. 2
    0
      maven/poi.pom
  2. 2
    0
      src/documentation/content/xdocs/status.xml

+ 2
- 0
maven/poi.pom View File

@@ -64,12 +64,14 @@
<artifactId>commons-logging</artifactId>
<version>1.1</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.13</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
</dependencies>


+ 2
- 0
src/documentation/content/xdocs/status.xml View File

@@ -34,6 +34,8 @@

<changes>
<release version="3.7-beta4" date="2010-??-??">
<action dev="poi-developers" type="fix">50067 - marked commons-logging and log4j as optional dependencies in POI poms</action>
<action dev="poi-developers" type="add">49928 - allow overridden built-in formats in XSSFCellStyle</action>
<action dev="poi-developers" type="fix">49919 - support for BorderCode in HWPF</action>
<action dev="poi-developers" type="fix">49908 - support for processing of symbols in HWPF</action>
<action dev="poi-developers" type="fix">50022 - support for retrieving pictures from HSSF workbooks</action>

Loading…
Cancel
Save