You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/09/18 18:56:12 UTC

[hop] branch master updated: HOP-4215: poi 5.2.3

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 6690f1e371 HOP-4215: poi 5.2.3
     new 1e686b16ce Merge pull request #1692 from pjfanning/poi-upgrade
6690f1e371 is described below

commit 6690f1e371519c18cd9676fb8c1bd5f1056f0dbf
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sun Sep 18 18:20:12 2022 +0100

    HOP-4215: poi 5.2.3
---
 assemblies/plugins/transforms/excel/pom.xml   |  2 +-
 assemblies/plugins/transforms/formula/pom.xml | 32 +-------------------
 assemblies/plugins/transforms/tika/pom.xml    |  2 +-
 assemblies/static/src/main/resources/LICENSE  | 23 +++-----------
 plugins/transforms/excel/pom.xml              |  2 +-
 plugins/transforms/formula/pom.xml            | 43 ++-------------------------
 6 files changed, 10 insertions(+), 94 deletions(-)

diff --git a/assemblies/plugins/transforms/excel/pom.xml b/assemblies/plugins/transforms/excel/pom.xml
index e5719fad4e..87f4070f15 100644
--- a/assemblies/plugins/transforms/excel/pom.xml
+++ b/assemblies/plugins/transforms/excel/pom.xml
@@ -37,7 +37,7 @@
     <description></description>
 
     <properties>
-        <poi.version>5.2.1</poi.version>
+        <poi.version>5.2.3</poi.version>
         <xerces.version>2.12.2</xerces.version>
         <odfdom-java.version>0.8.7</odfdom-java.version>
     </properties>
diff --git a/assemblies/plugins/transforms/formula/pom.xml b/assemblies/plugins/transforms/formula/pom.xml
index 8c4d930e19..53bb732ad8 100644
--- a/assemblies/plugins/transforms/formula/pom.xml
+++ b/assemblies/plugins/transforms/formula/pom.xml
@@ -33,9 +33,7 @@
     <name>Hop Assemblies Plugins Transforms Formula</name>
 
     <properties>
-        <poi.version>4.1.2</poi.version>
-<!--        <poi.ooxml-schemas.version>4.1.2</poi.ooxml-schemas.version>-->
-        <xmlbeans.version>3.1.0</xmlbeans.version>
+        <poi.version>5.2.3</poi.version>
     </properties>
 
     <description></description>
@@ -50,39 +48,11 @@
             <groupId>org.apache.poi</groupId>
             <artifactId>poi</artifactId>
             <version>${poi.version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>*</groupId>
-                    <artifactId>*</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.poi</groupId>
             <artifactId>poi-ooxml</artifactId>
             <version>${poi.version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>*</groupId>
-                    <artifactId>*</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.poi</groupId>
-            <artifactId>poi-ooxml-schemas</artifactId>
-            <version>${poi.version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>*</groupId>
-                    <artifactId>*</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.xmlbeans</groupId>
-            <artifactId>xmlbeans</artifactId>
-            <version>${xmlbeans.version}</version>
         </dependency>
     </dependencies>
 
diff --git a/assemblies/plugins/transforms/tika/pom.xml b/assemblies/plugins/transforms/tika/pom.xml
index 6203e6e5ca..21282225ee 100644
--- a/assemblies/plugins/transforms/tika/pom.xml
+++ b/assemblies/plugins/transforms/tika/pom.xml
@@ -63,7 +63,7 @@
     <dependency>
       <groupId>org.apache.poi</groupId>
       <artifactId>poi-ooxml</artifactId>
-      <version>5.2.1</version>
+      <version>5.2.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.tika</groupId>
diff --git a/assemblies/static/src/main/resources/LICENSE b/assemblies/static/src/main/resources/LICENSE
index 4440faf9c6..bd62ab6d60 100644
--- a/assemblies/static/src/main/resources/LICENSE
+++ b/assemblies/static/src/main/resources/LICENSE
@@ -1528,25 +1528,13 @@ This product bundles perfmark-api 0.25.0, which is available under a
 This product bundles picocli 4.6.3, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles poi 4.1.2, which is available under a
+This product bundles poi 5.2.3, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles poi 5.2.1, which is available under a
+This product bundles poi-ooxml 5.2.3, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles poi-ooxml 4.1.2, which is available under a
-"Apache 2.0" license. For details, see LICENSE.
-
-This product bundles poi-ooxml 5.2.1, which is available under a
-"Apache 2.0" license. For details, see LICENSE.
-
-This product bundles poi-ooxml-lite 5.2.1, which is available under a
-"Apache 2.0" license. For details, see LICENSE.
-
-This product bundles poi-ooxml-schemas 4.1.2, which is available under a
-"Apache 2.0" license. For details, see LICENSE.
-
-This product bundles poi-scratchpad 5.2.0, which is available under a
+This product bundles poi-ooxml-lite 5.2.3, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
 This product bundles postgresql 42.3.3, which is available under a
@@ -1840,10 +1828,7 @@ This product bundles xercesImpl 2.12.2, which is available under a
 This product bundles xml-apis-ext 1.3.04, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles xmlbeans 3.1.0, which is available under a
-"Apache 2.0" license. For details, see LICENSE.
-
-This product bundles xmlbeans 5.0.3, which is available under a
+This product bundles xmlbeans 5.1.1, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
 This product bundles xmlenc 0.52, which is available under a
diff --git a/plugins/transforms/excel/pom.xml b/plugins/transforms/excel/pom.xml
index 5abc0fe0a4..0014a51dcd 100644
--- a/plugins/transforms/excel/pom.xml
+++ b/plugins/transforms/excel/pom.xml
@@ -34,7 +34,7 @@
     <name>Hop Plugins Transforms Excel</name>
 
     <properties>
-        <poi.version>5.2.1</poi.version>
+        <poi.version>5.2.3</poi.version>
         <xerces.version>2.12.2</xerces.version>
         <odfdom-java.version>0.8.7</odfdom-java.version>
     </properties>
diff --git a/plugins/transforms/formula/pom.xml b/plugins/transforms/formula/pom.xml
index fefa0fd4c1..b8cb51ee26 100644
--- a/plugins/transforms/formula/pom.xml
+++ b/plugins/transforms/formula/pom.xml
@@ -32,9 +32,7 @@
     <name>Hop Plugins Transforms Formula</name>
 
     <properties>
-        <poi.version>4.1.2</poi.version>
-<!--        <poi.ooxml-schemas.version>4.1.2</poi.ooxml-schemas.version>-->
-        <xmlbeans.version>3.1.0</xmlbeans.version>
+        <poi.version>5.2.3</poi.version>
     </properties>
 
     <dependencies>
@@ -53,46 +51,9 @@
             <groupId>org.apache.poi</groupId>
             <artifactId>poi</artifactId>
             <version>${poi.version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>*</groupId>
-                    <artifactId>*</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.poi</groupId>
-            <artifactId>poi-ooxml</artifactId>
-            <version>${poi.version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>*</groupId>
-                    <artifactId>*</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.poi</groupId>
-            <artifactId>poi-ooxml-schemas</artifactId>
-            <version>${poi.version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>*</groupId>
-                    <artifactId>*</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.xmlbeans</groupId>
-            <artifactId>xmlbeans</artifactId>
-            <version>${xmlbeans.version}</version>
+            <scope>compile</scope>
         </dependency>
     </dependencies>
-
     <build>
         <resources>
             <resource>