mirror of https://github.com/apache/nifi.git
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 <thenatog@gmail.com> This closes #6292.
This commit is contained in:
parent
fa85a05a2b
commit
90aa778a6c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue