]> source.dussan.org Git - poi.git/commitdiff
upgrade to commons-collections4 4.4
authorPJ Fanning <fanningpj@apache.org>
Sat, 31 Aug 2019 13:49:52 +0000 (13:49 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sat, 31 Aug 2019 13:49:52 +0000 (13:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866212 13f79535-47bb-0310-9956-ffa450edef68

.classpath
build.gradle
build.xml
maven/poi.pom
sonar/main/pom.xml

index e486e2df9d24a2a2ddaf123d8f0bc064c32634d6..a93222b2ea8211c5f1edcc0be3269edde1f04ec5 100644 (file)
@@ -36,7 +36,7 @@
        <classpathentry exported="true" kind="lib" path="compile-lib/xmlsec-2.1.2.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.13.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.2.jar"/>
-       <classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.3.jar"/>
+       <classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.4.jar"/>
        <classpathentry kind="lib" path="lib/commons-math3-3.6.1.jar"/>
        <classpathentry kind="lib" path="lib/xmlunit-core-2.5.1.jar"/>
        <classpathentry kind="lib" path="lib/objenesis-2.6.jar"/>
index dd5c360b2fd833e24f98f52a42ecc245791863c6..430f948b5e4d27c58e2622a2443bda565c2a72b6 100644 (file)
@@ -180,7 +180,7 @@ project('main') {
     dependencies {
         compile 'commons-codec:commons-codec:1.13'
         compile 'commons-logging:commons-logging:1.2'
-        compile 'org.apache.commons:commons-collections4:4.3'
+        compile 'org.apache.commons:commons-collections4:4.4'
         compile 'org.apache.commons:commons-math3:3.6.1'
         compile 'javax.xml.bind:jaxb-api:2.3.1'
         compile 'com.sun.xml.bind:jaxb-impl:2.3.2'
@@ -231,7 +231,7 @@ project('ooxml') {
 
     dependencies {
         compile 'org.apache.xmlbeans:xmlbeans:3.1.0'
-        compile 'org.apache.commons:commons-collections4:4.3'
+        compile 'org.apache.commons:commons-collections4:4.4'
         compile 'org.apache.commons:commons-math3:3.6.1'
         compile 'org.apache.commons:commons-compress:1.18'
         compile 'org.apache.santuario:xmlsec:2.1.2'
index cf3265475ebce04aad3e49f10461fa754ab8094e..9536ac79c8d280b984e80fe7cf7f11424291dab9 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -200,9 +200,9 @@ under the License.
     <property name="main.ant.url" value="${repository.m2}/maven2/org/apache/ant/ant/1.10.1/ant-1.10.1.jar"/>
     <property name="main.antlauncher.jar" location="${main.lib}/ant-launcher-1.10.1.jar"/>
     <property name="main.antlauncher.url" value="${repository.m2}/maven2/org/apache/ant/ant-launcher/1.10.1/ant-launcher-1.10.1.jar"/>
-    <property name="main.commons-collections4.jar" location="${main.lib}/commons-collections4-4.3.jar"/>
+    <property name="main.commons-collections4.jar" location="${main.lib}/commons-collections4-4.4.jar"/>
     <property name="main.commons-collections4.url"
-              value="${repository.m2}/maven2/org/apache/commons/commons-collections4/4.3/commons-collections4-4.3.jar"/>
+              value="${repository.m2}/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar"/>
     <property name="main.commons-math3.jar" location="${main.lib}/commons-math3-3.6.1.jar"/>
     <property name="main.commons-math3.url"
               value="${repository.m2}/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar"/>
@@ -654,6 +654,7 @@ under the License.
                 <include name="commons-compress-1.17*"/>
                 <include name="commons-collections4-4.1*"/>
                 <include name="commons-collections4-4.2*"/>
+                <include name="commons-collections4-4.3*"/>
                 <include name="commons-logging-1.1*.jar"/>
                 <include name="findbugs-noUpdateChecks-2.0.3*"/>
                 <include name="jacoco-0.6*"/>
@@ -681,8 +682,8 @@ under the License.
                 <include name="mockito-core-2*.jar"/>
                 <include name="byte-buddy-*1.7*.jar"/>
                 <include name="byte-buddy-*1.9*.jar"/>
-                <include name="lib/jaxb-api-2.3.0.jar"/>
-                <include name="lib/jaxb-impl-2.3.0.1.jar"/>
+                <include name="jaxb-api-2.3.0.jar"/>
+                <include name="jaxb-impl-2.3.0.1.jar"/>
             </fileset>
             <fileset dir="${ooxml.lib}">
                 <!-- remove jars from previous versions, but not the current version -->
index f53e22cb37ec60c868efd5f86d09a96aec2a5feb..d0cdf9baf53b47bfdcc35fbf1a191b122136cdcc 100644 (file)
@@ -81,7 +81,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-collections4</artifactId>
-      <version>4.3</version>
+      <version>4.4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
index 0e368f00f412253ac42ad9d3ddbf2c01210b5105..464149bec122bb6daed78e75262a87996b88cc82 100644 (file)
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-collections4</artifactId>
-            <version>4.3</version>
+            <version>4.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>