From a684e23703033358de2f5c87f2ecd4bb0cbd4898 Mon Sep 17 00:00:00 2001 From: Robert Metzger Date: Mon, 9 Nov 2015 15:30:19 +0100 Subject: [PATCH] [FLINK-2987] Remove jersey-core and jersey-client dependency exclusion to make Flink on Hadoop 2.6.0+ work This closes #1340 --- .../flink-shaded-hadoop2/pom.xml | 40 ------------------- 1 file changed, 40 deletions(-) diff --git a/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml b/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml index 74a64e12514..bbaf1297418 100644 --- a/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml +++ b/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml @@ -88,10 +88,6 @@ under the License. org.mortbay.jetty jetty-util - - com.sun.jersey - jersey-core - com.sun.jersey jersey-json @@ -128,10 +124,6 @@ under the License. javax.servlet javax.servlet-api - - com.sun.jersey - jersey-client - com.sun.jersey jersey-grizzly2 @@ -220,10 +212,6 @@ under the License. org.mortbay.jetty jetty-util - - com.sun.jersey - jersey-core - com.sun.jersey jersey-json @@ -260,10 +248,6 @@ under the License. javax.servlet javax.servlet-api - - com.sun.jersey - jersey-client - com.sun.jersey jersey-grizzly2 @@ -364,10 +348,6 @@ under the License. org.mortbay.jetty jetty-util - - com.sun.jersey - jersey-core - com.sun.jersey jersey-json @@ -404,10 +384,6 @@ under the License. javax.servlet javax.servlet-api - - com.sun.jersey - jersey-client - com.sun.jersey jersey-grizzly2 @@ -508,10 +484,6 @@ under the License. org.mortbay.jetty jetty-util - - com.sun.jersey - jersey-core - com.sun.jersey jersey-json @@ -548,10 +520,6 @@ under the License. javax.servlet javax.servlet-api - - com.sun.jersey - jersey-client - com.sun.jersey jersey-grizzly2 @@ -652,10 +620,6 @@ under the License. org.mortbay.jetty jetty-util - - com.sun.jersey - jersey-core - com.sun.jersey jersey-json @@ -692,10 +656,6 @@ under the License. javax.servlet javax.servlet-api - - com.sun.jersey - jersey-client - com.sun.jersey jersey-grizzly2 -- GitLab