]> source.dussan.org Git - poi.git/commitdiff
marked commons-logging and log4j as optional dependencies in POI poms, see Bugzilla...
authorYegor Kozlov <yegor@apache.org>
Mon, 11 Oct 2010 12:44:22 +0000 (12:44 +0000)
committerYegor Kozlov <yegor@apache.org>
Mon, 11 Oct 2010 12:44:22 +0000 (12:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1021326 13f79535-47bb-0310-9956-ffa450edef68

maven/poi.pom
src/documentation/content/xdocs/status.xml

index 6db0aa4ea3bd369f34bdf6919e7284c217b89686..9a045912381fe73694f4894e4869c9fbdc41577e 100644 (file)
       <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>
 
index c2e4bee9257108c8f333369133f696e78cf6fc8f..3e7f469df8a8e7b6cd56a4e193ab2ff981e07cca 100644 (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>