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 14:44:23 UTC

svn commit: r1021326 - in /poi/trunk: maven/poi.pom src/documentation/content/xdocs/status.xml

Author: yegor
Date: Mon Oct 11 12:44:22 2010
New Revision: 1021326

URL: http://svn.apache.org/viewvc?rev=1021326&view=rev
Log:
marked commons-logging and log4j as optional dependencies in POI poms, see Bugzilla 50067

Modified:
    poi/trunk/maven/poi.pom
    poi/trunk/src/documentation/content/xdocs/status.xml

Modified: poi/trunk/maven/poi.pom
URL: http://svn.apache.org/viewvc/poi/trunk/maven/poi.pom?rev=1021326&r1=1021325&r2=1021326&view=diff
==============================================================================
--- poi/trunk/maven/poi.pom (original)
+++ poi/trunk/maven/poi.pom Mon Oct 11 12:44:22 2010
@@ -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>
 

Modified: poi/trunk/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/status.xml?rev=1021326&r1=1021325&r2=1021326&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/status.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/status.xml Mon Oct 11 12:44:22 2010
@@ -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>



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