From e0a9cbf98a6a907ba464d65bd2e4ff6eb742ebde Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Thu, 4 Jan 2018 15:13:12 +0800 Subject: [PATCH] Adjust dependencies in pom.xml relating with rest --- dubbo-maven/pom.xml | 48 +++++++++++++++++++++++++- dubbo-rpc/dubbo-rpc-rest/pom.xml | 6 ++++ dubbo-test/dubbo-test-examples/pom.xml | 15 +++++--- pom.xml | 6 ++++ 4 files changed, 70 insertions(+), 5 deletions(-) diff --git a/dubbo-maven/pom.xml b/dubbo-maven/pom.xml index 1e3edddc1..77f0a375b 100644 --- a/dubbo-maven/pom.xml +++ b/dubbo-maven/pom.xml @@ -159,7 +159,7 @@ limitations under the License. javax.servlet javax.servlet-api - 2.5 + 3.1.0 provided @@ -222,6 +222,52 @@ limitations under the License. 3.4 provided + + org.jboss.resteasy + resteasy-jdk-http + provided + + + + org.jboss.resteasy + resteasy-jaxrs + provided + + + + org.jboss.resteasy + resteasy-client + provided + + + + org.jboss.resteasy + resteasy-netty4 + provided + + + + org.jboss.resteasy + resteasy-jackson-provider + provided + + + + org.jboss.resteasy + resteasy-jaxb-provider + provided + + + + org.apache.tomcat.embed + tomcat-embed-core + provided + + + org.apache.tomcat.embed + tomcat-embed-logging-juli + provided + diff --git a/dubbo-rpc/dubbo-rpc-rest/pom.xml b/dubbo-rpc/dubbo-rpc-rest/pom.xml index bad629321..5c76698aa 100644 --- a/dubbo-rpc/dubbo-rpc-rest/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rest/pom.xml @@ -99,5 +99,11 @@ org.jboss.resteasy resteasy-jaxb-provider + + + io.netty + netty-all + + \ No newline at end of file diff --git a/dubbo-test/dubbo-test-examples/pom.xml b/dubbo-test/dubbo-test-examples/pom.xml index 4059f9a81..70c16b2ab 100644 --- a/dubbo-test/dubbo-test-examples/pom.xml +++ b/dubbo-test/dubbo-test-examples/pom.xml @@ -158,22 +158,22 @@ limitations under the License. org.jboss.resteasy - resteasy-jaxrs + resteasy-jdk-http org.jboss.resteasy - resteasy-client + resteasy-jaxrs org.jboss.resteasy - resteasy-netty4 + resteasy-client org.jboss.resteasy - resteasy-jdk-http + resteasy-netty4 @@ -208,10 +208,17 @@ limitations under the License. + org.apache.httpcomponents httpclient + + + io.netty + netty-all + + diff --git a/pom.xml b/pom.xml index be2000499..55bd25b3a 100644 --- a/pom.xml +++ b/pom.xml @@ -343,6 +343,12 @@ limitations under the License. org.jboss.resteasy resteasy-netty4 ${resteasy_version} + + + io.netty + netty-all + + org.jboss.resteasy -- GitLab