From d6e579a3cd26435afadfc0c4b463a69f2edb1b51 Mon Sep 17 00:00:00 2001 From: Kushagra Thapar Date: Tue, 20 Oct 2020 13:05:25 -0700 Subject: [PATCH] Removed exclusive dependencies on netty and reactor-core. Taking dependencies from azure-core and azure-core-http-netty --- sdk/cosmos/azure-cosmos/pom.xml | 70 --------------------------------- 1 file changed, 70 deletions(-) diff --git a/sdk/cosmos/azure-cosmos/pom.xml b/sdk/cosmos/azure-cosmos/pom.xml index 2b2f6685ca45..0f8515527728 100644 --- a/sdk/cosmos/azure-cosmos/pom.xml +++ b/sdk/cosmos/azure-cosmos/pom.xml @@ -41,49 +41,6 @@ Licensed under the MIT License. - - io.netty - netty-codec-http - 4.1.51.Final - - - - io.netty - netty-codec-http2 - 4.1.51.Final - - - - io.netty - netty-handler - 4.1.51.Final - - - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - 2.11.2 - - - - io.netty - netty-transport-native-epoll - linux-x86_64 - 4.1.51.Final - - - - io.netty - netty-handler-proxy - 4.1.51.Final - - - commons-beanutils - commons-beanutils - - - - commons-io commons-io @@ -91,18 +48,6 @@ Licensed under the MIT License. 2.5 - - io.projectreactor - reactor-core - 3.3.9.RELEASE - - - io.netty - * - - - - - true com.azure @@ -236,12 +180,6 @@ Licensed under the MIT License. test - - io.projectreactor.netty - reactor-netty - 0.9.11.RELEASE - - org.mockito mockito-core @@ -290,17 +228,9 @@ Licensed under the MIT License. - com.fasterxml.jackson.datatype:jackson-datatype-jsr310:[2.11.2] com.fasterxml.jackson.module:jackson-module-afterburner:[2.11.2] io.dropwizard.metrics:metrics-core:[4.1.0] io.micrometer:micrometer-core:[1.5.4] - io.netty:netty-codec-http:[4.1.51.Final] - io.netty:netty-codec-http2:[4.1.51.Final] - io.netty:netty-handler:[4.1.51.Final] - io.netty:netty-handler-proxy:[4.1.51.Final] - io.netty:netty-transport-native-epoll:[4.1.51.Final] - io.projectreactor:reactor-core:[3.3.9.RELEASE] - io.projectreactor.netty:reactor-netty:[0.9.11.RELEASE] org.slf4j:slf4j-api:[1.7.30]