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

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 407dd4d4bc NIFI-12947 Upgraded MIME4J to 0.8.11
407dd4d4bc is described below

commit 407dd4d4bcb0cbf6fec037ebe2ad99551b4ce067
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Mon Mar 25 12:31:24 2024 -0500

    NIFI-12947 Upgraded MIME4J to 0.8.11
    
    Signed-off-by: Pierre Villard <pierre.villard...@gmail.com>
    
    This closes #8561.
---
 nifi-code-coverage/pom.xml                 | 7 +++++++
 nifi-nar-bundles/nifi-media-bundle/pom.xml | 6 ++++++
 2 files changed, 13 insertions(+)

diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index f9cec5b9d1..a74b90f3be 100644
--- a/nifi-code-coverage/pom.xml
+++ b/nifi-code-coverage/pom.xml
@@ -31,6 +31,7 @@
         <calcite.avatica.version>1.6.0</calcite.avatica.version>
         <avatica.version>1.24.0</avatica.version>
         <org.apache.sshd.version>2.12.0</org.apache.sshd.version>
+        <mime4j.version>0.8.11</mime4j.version>
     </properties>
 
     <!-- Managed Dependency Versions for referenced modules required based on 
different parent bundle project -->
@@ -125,6 +126,12 @@
                 <artifactId>sshd-osgi</artifactId>
                 <version>${org.apache.sshd.version}</version>
             </dependency>
+            <!-- MIME4J from Tika Parsers in media-processors -->
+            <dependency>
+                <groupId>org.apache.james</groupId>
+                <artifactId>apache-mime4j-core</artifactId>
+                <version>${mime4j.version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
diff --git a/nifi-nar-bundles/nifi-media-bundle/pom.xml 
b/nifi-nar-bundles/nifi-media-bundle/pom.xml
index 6555b16cc4..1c0c6a3cb4 100644
--- a/nifi-nar-bundles/nifi-media-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-media-bundle/pom.xml
@@ -27,6 +27,7 @@
 
     <properties>
         <poi.version>5.2.5</poi.version>
+        <mime4j.version>0.8.11</mime4j.version>
     </properties>
 
     <modules>
@@ -58,6 +59,11 @@
                 <artifactId>poi-ooxml</artifactId>
                 <version>${poi.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.james</groupId>
+                <artifactId>apache-mime4j-core</artifactId>
+                <version>${mime4j.version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>

Reply via email to