You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by th...@apache.org on 2022/08/23 16:40:05 UTC

[nifi] branch main updated: NIFI-10348 Upgraded Tomcat Embed to 8.5.82 for Flume NAR

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

thenatog 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 90aa778a6c NIFI-10348 Upgraded Tomcat Embed to 8.5.82 for Flume NAR
90aa778a6c is described below

commit 90aa778a6ca4723623465709222e66d5cc5cdbc2
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Thu Aug 11 09:18:59 2022 -0500

    NIFI-10348 Upgraded Tomcat Embed to 8.5.82 for Flume NAR
    
    - Upgraded tomcat-embed-core from 8.5.46 to 8.5.82 for Flume components
    
    Signed-off-by: Nathan Gough <th...@gmail.com>
    
    This closes #6292.
---
 nifi-nar-bundles/nifi-flume-bundle/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/nifi-nar-bundles/nifi-flume-bundle/pom.xml b/nifi-nar-bundles/nifi-flume-bundle/pom.xml
index 01e7264a0f..d94f9f3a22 100644
--- a/nifi-nar-bundles/nifi-flume-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-flume-bundle/pom.xml
@@ -40,6 +40,12 @@
                 <artifactId>netty</artifactId>
                 <version>${netty.3.version}</version>
             </dependency>
+            <!-- Override Tomcat Embed Core 8.5.46 from Flume 1.10.0 -->
+            <dependency>
+                <groupId>org.apache.tomcat.embed</groupId>
+                <artifactId>tomcat-embed-core</artifactId>
+                <version>8.5.82</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>