You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2016/08/04 09:25:03 UTC

[3/3] flink git commit: [FLINK-4161] [build] Add Quickstart exclusion for flink-dist dependencies

[FLINK-4161] [build] Add Quickstart exclusion for flink-dist dependencies

This closes #2309


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/745b393f
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/745b393f
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/745b393f

Branch: refs/heads/master
Commit: 745b393f83563aa0efe95a0433aeb7a05c9263cc
Parents: 6025157
Author: zentol <ch...@apache.org>
Authored: Fri Jul 29 11:53:24 2016 +0200
Committer: Stephan Ewen <se...@apache.org>
Committed: Wed Aug 3 15:25:28 2016 +0200

----------------------------------------------------------------------
 flink-dist/pom.xml                                             | 6 ++++++
 .../src/main/resources/archetype-resources/pom.xml             | 5 +++++
 .../src/main/resources/archetype-resources/pom.xml             | 5 +++++
 3 files changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/745b393f/flink-dist/pom.xml
----------------------------------------------------------------------
diff --git a/flink-dist/pom.xml b/flink-dist/pom.xml
index dfc4f55..539ca8e 100644
--- a/flink-dist/pom.xml
+++ b/flink-dist/pom.xml
@@ -110,6 +110,12 @@ under the License.
 
 		<dependency>
 			<groupId>org.apache.flink</groupId>
+			<artifactId>flink-metrics-core</artifactId>
+			<version>${project.version}</version>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.flink</groupId>
 			<artifactId>flink-metrics-jmx</artifactId>
 			<version>${project.version}</version>
 		</dependency>

http://git-wip-us.apache.org/repos/asf/flink/blob/745b393f/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
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 983eeec..cf21de5 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
@@ -179,6 +179,11 @@ under the License.
 									<exclude>org.apache.flink:flink-examples-batch_2.10</exclude>
 									<exclude>org.apache.flink:flink-examples-streaming_2.10</exclude>
 									<exclude>org.apache.flink:flink-streaming-java_2.10</exclude>
+									<exclude>org.apache.flink:flink-streaming-scala_2.10</exclude>
+									<exclude>org.apache.flink:flink-scala-shell_2.10</exclude>
+									<exclude>org.apache.flink:flink-python</exclude>
+									<exclude>org.apache.flink:flink-metrics-core</exclude>
+									<exclude>org.apache.flink:flink-metrics-jmx</exclude>
 
 									<!-- Also exclude very big transitive dependencies of Flink
 

http://git-wip-us.apache.org/repos/asf/flink/blob/745b393f/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
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 b659cf3..7c6227c 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
@@ -183,6 +183,11 @@ under the License.
 									<exclude>org.apache.flink:flink-examples-batch_2.10</exclude>
 									<exclude>org.apache.flink:flink-examples-streaming_2.10</exclude>
 									<exclude>org.apache.flink:flink-streaming-java_2.10</exclude>
+									<exclude>org.apache.flink:flink-streaming-scala_2.10</exclude>
+									<exclude>org.apache.flink:flink-scala-shell_2.10</exclude>
+									<exclude>org.apache.flink:flink-python</exclude>
+									<exclude>org.apache.flink:flink-metrics-core</exclude>
+									<exclude>org.apache.flink:flink-metrics-jmx</exclude>
 
 									<!-- Also exclude very big transitive dependencies of Flink