NIFI-5665 - Changed netty versions to more closely match the original netty dependency version.

NIFI-5665 - Fixed version for nifi-spark-bundle.
NIFI-5665 - Fixing copy and paste error.

This closes #3067
This commit is contained in:
thenatog 2018-10-08 12:58:20 -04:00 committed by Matt Gilman
parent 02e0a16a68
commit 5eb5e96b16
No known key found for this signature in database
GPG Key ID: DF61EC19432AEE37
13 changed files with 90 additions and 3 deletions

View File

@ -36,6 +36,12 @@
<dependencyManagement>
<dependencies>
<dependency>
<!-- Explicitly force Netty to 3.7.1 due to CVE-2014-0193 -->
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.7.1.Final</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-atlas-reporting-task</artifactId>

View File

@ -30,4 +30,14 @@
<module>nifi-mock-record-utils</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<!-- Explicitly force Netty to 3.7.1 due to CVE-2014-0193 -->
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.7.1.Final</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

View File

@ -601,6 +601,12 @@
<artifactId>commons-net</artifactId>
<version>3.6</version>
</dependency>
<dependency>
<!-- Explicitly force Netty to 3.7.1 due to CVE-2014-0193 -->
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.7.1.Final</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

View File

@ -26,4 +26,14 @@
<modules>
<module>nifi-hadoop-libraries-nar</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<!-- Explicitly force Netty to 3.7.1 due to CVE-2014-0193 -->
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.7.1.Final</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

View File

@ -35,6 +35,17 @@
<module>nifi-hive3-nar</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<!-- Explicitly force Netty to 3.7.1 due to CVE-2014-0193 -->
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.7.1.Final</version>
</dependency>
</dependencies>
</dependencyManagement>
<properties>
<hive.version>1.2.1</hive.version>
<hive.hadoop.version>2.6.2</hive.hadoop.version>

View File

@ -77,6 +77,12 @@
<artifactId>nifi-kafka-2-0-processors</artifactId>
<version>1.8.0-SNAPSHOT</version>
</dependency>
<dependency>
<!-- Explicitly force Netty to 3.7.1 due to CVE-2014-0193 -->
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.7.1.Final</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

View File

@ -38,6 +38,12 @@
<artifactId>nifi-kite-processors</artifactId>
<version>1.8.0-SNAPSHOT</version>
</dependency>
<dependency>
<!-- Explicitly force Netty to 3.6.9 due to CVE-2014-0193 -->
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.6.9.Final</version>
</dependency>
</dependencies>
</dependencyManagement>

View File

@ -82,7 +82,6 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>

View File

@ -31,5 +31,14 @@
<module>nifi-parquet-processors</module>
<module>nifi-parquet-nar</module>
</modules>
<dependencyManagement>
<!-- Explicitly force Netty to 3.6.9 due to CVE-2014-0193 -->
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.6.9.Final</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

View File

@ -44,6 +44,12 @@
<artifactId>nifi-riemann-processors</artifactId>
<version>1.8.0-SNAPSHOT</version>
</dependency>
<dependency>
<!-- Explicitly force Netty to 3.6.9 due to CVE-2014-0193 -->
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.6.9.Final</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

View File

@ -63,6 +63,12 @@
<artifactId>jersey-client</artifactId>
<version>1.19.1</version>
</dependency>
<dependency>
<!-- Explicitly force Netty to 3.7.1 due to CVE-2014-0193 -->
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.7.1.Final</version>
</dependency>
</dependencies>
</dependencyManagement>
@ -81,6 +87,5 @@
<artifactId>nifi-processor-utils</artifactId>
<version>1.8.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>

View File

@ -82,6 +82,12 @@
<artifactId>hadoop-auth</artifactId>
<version>${hadoop.version}</version>
</dependency>
<dependency>
<!-- Explicitly force Netty to 3.6.9 due to CVE-2014-0193 -->
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.6.9.Final</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

View File

@ -47,7 +47,14 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- Explicitly force Netty to 3.7.1 due to CVE-2014-0193 -->
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.7.1.Final</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>