Hisoka-X commented on code in PR #9683:
URL: https://github.com/apache/seatunnel/pull/9683#discussion_r2297443663


##########
seatunnel-shade/seatunnel-hadoop3-3.1.4-uber/pom.xml:
##########
@@ -46,6 +46,13 @@
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-client</artifactId>
             <version>${hadoop3.version}</version>
+            <!--exclude the okHttp 2.7.5-->
+            <exclusions>
+                <exclusion>
+                    <groupId>com.squareup.okhttp</groupId>
+                    <artifactId>okhttp</artifactId>
+                </exclusion>
+            </exclusions>

Review Comment:
   I'm a bit worried that this will cause potential anomalies in the hadoop 
uber jar. 



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to