zentol 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_r404170996
 
 

 ##########
 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:
   did you activate the `hive-3.1.1` profile?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to