Skip to content

Commit

Permalink
NIFI-12947 Upgraded MIME4J to 0.8.11
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes apache#8561.
  • Loading branch information
exceptionfactory authored and pvillard31 committed Mar 25, 2024
1 parent 08ff54f commit 407dd4d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nifi-code-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down Expand Up @@ -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>

Expand Down
6 changes: 6 additions & 0 deletions nifi-nar-bundles/nifi-media-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

<properties>
<poi.version>5.2.5</poi.version>
<mime4j.version>0.8.11</mime4j.version>
</properties>

<modules>
Expand Down Expand Up @@ -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>

0 comments on commit 407dd4d

Please sign in to comment.