diff --git a/connector/connect/pom.xml b/connector/connect/pom.xml index b14c82052f78f..62786e6d5b6a9 100644 --- a/connector/connect/pom.xml +++ b/connector/connect/pom.xml @@ -152,6 +152,24 @@ grpc-stub ${io.grpc.version} + + io.netty + netty-codec-http2 + ${netty.version} + provided + + + io.netty + netty-handler-proxy + ${netty.version} + provided + + + io.netty + netty-transport-native-unix-common + ${netty.version} + provided + org.apache.tomcat annotations-api diff --git a/dev/deps/spark-deps-hadoop-2-hive-2.3 b/dev/deps/spark-deps-hadoop-2-hive-2.3 index 7e0b551277e6c..02c9a352c9e64 100644 --- a/dev/deps/spark-deps-hadoop-2-hive-2.3 +++ b/dev/deps/spark-deps-hadoop-2-hive-2.3 @@ -203,8 +203,12 @@ metrics-jvm/4.2.10//metrics-jvm-4.2.10.jar minlog/1.3.0//minlog-1.3.0.jar netty-all/4.1.80.Final//netty-all-4.1.80.Final.jar netty-buffer/4.1.80.Final//netty-buffer-4.1.80.Final.jar +netty-codec-http/4.1.80.Final//netty-codec-http-4.1.80.Final.jar +netty-codec-http2/4.1.80.Final//netty-codec-http2-4.1.80.Final.jar +netty-codec-socks/4.1.80.Final//netty-codec-socks-4.1.80.Final.jar netty-codec/4.1.80.Final//netty-codec-4.1.80.Final.jar netty-common/4.1.80.Final//netty-common-4.1.80.Final.jar +netty-handler-proxy/4.1.80.Final//netty-handler-proxy-4.1.80.Final.jar netty-handler/4.1.80.Final//netty-handler-4.1.80.Final.jar netty-resolver/4.1.80.Final//netty-resolver-4.1.80.Final.jar netty-tcnative-classes/2.0.54.Final//netty-tcnative-classes-2.0.54.Final.jar diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 b/dev/deps/spark-deps-hadoop-3-hive-2.3 index e63b652e523c2..792bf12628f6d 100644 --- a/dev/deps/spark-deps-hadoop-3-hive-2.3 +++ b/dev/deps/spark-deps-hadoop-3-hive-2.3 @@ -187,8 +187,12 @@ metrics-jvm/4.2.10//metrics-jvm-4.2.10.jar minlog/1.3.0//minlog-1.3.0.jar netty-all/4.1.80.Final//netty-all-4.1.80.Final.jar netty-buffer/4.1.80.Final//netty-buffer-4.1.80.Final.jar +netty-codec-http/4.1.80.Final//netty-codec-http-4.1.80.Final.jar +netty-codec-http2/4.1.80.Final//netty-codec-http2-4.1.80.Final.jar +netty-codec-socks/4.1.80.Final//netty-codec-socks-4.1.80.Final.jar netty-codec/4.1.80.Final//netty-codec-4.1.80.Final.jar netty-common/4.1.80.Final//netty-common-4.1.80.Final.jar +netty-handler-proxy/4.1.80.Final//netty-handler-proxy-4.1.80.Final.jar netty-handler/4.1.80.Final//netty-handler-4.1.80.Final.jar netty-resolver/4.1.80.Final//netty-resolver-4.1.80.Final.jar netty-tcnative-classes/2.0.54.Final//netty-tcnative-classes-2.0.54.Final.jar diff --git a/pom.xml b/pom.xml index f82546e4f3e9c..ca354d16e6242 100644 --- a/pom.xml +++ b/pom.xml @@ -843,14 +843,6 @@ io.netty netty-codec-haproxy - - io.netty - netty-codec-http - - - io.netty - netty-codec-http2 - io.netty netty-codec-memcache @@ -867,10 +859,6 @@ io.netty netty-codec-smtp - - io.netty - netty-codec-socks - io.netty netty-codec-stomp @@ -879,10 +867,6 @@ io.netty netty-codec-xml - - io.netty - netty-handler-proxy - io.netty netty-resolver-dns