You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2017/09/29 08:08:23 UTC

svn commit: r1810063 - in /poi/site: publish/overview.html src/documentation/content/xdocs/overview.xml

Author: onealj
Date: Fri Sep 29 08:08:22 2017
New Revision: 1810063

URL: http://svn.apache.org/viewvc?rev=1810063&view=rev
Log:
commons-math3 added as a dependency in POI 4.0.0

Modified:
    poi/site/publish/overview.html
    poi/site/src/documentation/content/xdocs/overview.xml

Modified: poi/site/publish/overview.html
URL: http://svn.apache.org/viewvc/poi/site/publish/overview.html?rev=1810063&r1=1810062&r2=1810063&view=diff
==============================================================================
--- poi/site/publish/overview.html (original)
+++ poi/site/publish/overview.html Fri Sep 29 08:08:22 2017
@@ -657,7 +657,8 @@ if (VERSION > 3) {
 <td colspan="1" rowspan="1">poi</td>
           <td colspan="1" rowspan="1"><a href="https://search.maven.org/#artifactdetails|commons-logging|commons-logging|1.2|jar">commons-logging</a>,
               <a href="https://search.maven.org/#artifactdetails|commons-codec|commons-codec|1.10|jar">commons-codec</a>,
-              <a href="https://search.maven.org/#artifactdetails|org.apache.commons|commons-collections4|4.1|jar">commons-collections</a>,
+              <a href="https://search.maven.org/#artifactdetails|org.apache.commons|commons-collections4|4.1|jar">commons-collections</a> (since POI 3.15 beta 3),
+              <a href="https://search.maven.org/#artifactdetails|org.apache.commons|commons-math3|3.6.1|jar">commons-math</a> (since POI 4.0.0),
               <a href="https://search.maven.org/#artifactdetails|log4j|log4j|1.2.17|bundle">log4j</a>
           </td>
           <td colspan="1" rowspan="1">poi-version-yyyymmdd.jar</td>
@@ -732,7 +733,8 @@ if (VERSION > 3) {
 <div class="frame note">
 <div class="label">Note</div>
 <div class="content">
-        Apache commons-collections4 was added as a dependency in POI 3.15 beta 3.
+        Apache commons-collections4 was added as a dependency in POI 3.15 beta 3.<br>
+        Apache commons-math3 was added as a dependency in POI 4.0.0.
       </div>
 </div>
       

Modified: poi/site/src/documentation/content/xdocs/overview.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/overview.xml?rev=1810063&r1=1810062&r2=1810063&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/overview.xml (original)
+++ poi/site/src/documentation/content/xdocs/overview.xml Fri Sep 29 08:08:22 2017
@@ -293,7 +293,8 @@
           <td>poi</td>
           <td><link href="https://search.maven.org/#artifactdetails|commons-logging|commons-logging|1.2|jar">commons-logging</link>,
               <link href="https://search.maven.org/#artifactdetails|commons-codec|commons-codec|1.10|jar">commons-codec</link>,
-              <link href="https://search.maven.org/#artifactdetails|org.apache.commons|commons-collections4|4.1|jar">commons-collections</link>,
+              <link href="https://search.maven.org/#artifactdetails|org.apache.commons|commons-collections4|4.1|jar">commons-collections</link> (since POI 3.15 beta 3),
+              <link href="https://search.maven.org/#artifactdetails|org.apache.commons|commons-math3|3.6.1|jar">commons-math</link> (since POI 4.0.0),
               <link href="https://search.maven.org/#artifactdetails|log4j|log4j|1.2.17|bundle">log4j</link>
           </td>
           <td>poi-version-yyyymmdd.jar</td>
@@ -342,8 +343,9 @@
       </table>
 
       <p>&nbsp;</p>
-      <note><!-- remove this note after 3.16 release, as this will be old news then -->
-        Apache commons-collections4 was added as a dependency in POI 3.15 beta 3.
+      <note><!-- remove this note after 4.0.0 release, as this will be old news then -->
+        Apache commons-collections4 was added as a dependency in POI 3.15 beta 3.<br/>
+        Apache commons-math3 was added as a dependency in POI 4.0.0.
       </note>
       <p>
         poi-ooxml requires poi-ooxml-schemas. This is a substantially smaller 



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