From 8cb7419a17359f0d61d632aae97f672d497ccc53 Mon Sep 17 00:00:00 2001 From: Shannon Carey Date: Mon, 8 Aug 2016 15:04:23 -0500 Subject: [PATCH] [FLINK-4334] [quickstarts] Correctly exclude hadoop1 in quickstart POMs --- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml index cf21de55cd233..66dd24db1da14 100644 --- a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml +++ b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml @@ -166,7 +166,7 @@ under the License. Everything else will be packaged into the fat-jar --> org.apache.flink:flink-annotations - org.apache.flink:flink-shaded-hadoop1 + org.apache.flink:flink-shaded-hadoop1_2.10 org.apache.flink:flink-shaded-hadoop2 org.apache.flink:flink-shaded-curator-recipes org.apache.flink:flink-core diff --git a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml index 7c6227c6de4f6..c9f1692f5cf8c 100644 --- a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml +++ b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml @@ -170,7 +170,7 @@ under the License. Everything else will be packaged into the fat-jar --> org.apache.flink:flink-annotations - org.apache.flink:flink-shaded-hadoop1 + org.apache.flink:flink-shaded-hadoop1_2.10 org.apache.flink:flink-shaded-hadoop2 org.apache.flink:flink-shaded-curator-recipes org.apache.flink:flink-core