tillrohrmann commented on a change in pull request #11626: [FLINK-16961] Bump 
Netty 4.X to 4.1.44
URL: https://github.com/apache/flink/pull/11626#discussion_r404069049
 
 

 ##########
 File path: flink-connectors/flink-connector-hive/pom.xml
 ##########
 @@ -934,6 +934,42 @@ under the License.
                                <hive.version>3.1.1</hive.version>
                        </properties>
 
+                       <dependencies>
+                               <dependency>
+                                       <groupId>org.apache.hive</groupId>
+                                       <artifactId>hive-metastore</artifactId>
+                                       <version>${hive.version}</version>
+                                       <scope>provided</scope>
+                                       <exclusions>
+                                               <exclusion>
+                                                       <!-- Override arrow 
netty dependency -->
+                                                       
<groupId>io.netty</groupId>
+                                                       
<artifactId>netty-buffer</artifactId>
+                                               </exclusion>
+                                               <exclusion>
+                                                       <!-- Override arrow 
netty dependency -->
+                                                       
<groupId>io.netty</groupId>
+                                                       
<artifactId>netty-common</artifactId>
+                                               </exclusion>
+                                       </exclusions>
+                               </dependency>
+                               <dependency>
+                                       <!-- Bump arrow netty dependency -->
+                                       <groupId>io.netty</groupId>
+                                       <artifactId>netty-buffer</artifactId>
+                                       <version>4.1.44.Final</version>
+                                       <scope>provided</scope>
+                               </dependency>
+
+                               <dependency>
+                                       <!-- Bump arrow netty dependency -->
+                                       <groupId>io.netty</groupId>
+                                       <artifactId>netty-common</artifactId>
+                                       <version>4.1.44.Final</version>
+                                       <scope>provided</scope>
+                               </dependency>
+                       </dependencies>
 
 Review comment:
   I couldn't really see that these pom entries have an effect on `mvn 
dependency:tree`. It looks as if this module does not have a `netty-common` and 
`netty-buffer` dependency.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to