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 2017/10/08 19:38:17 UTC

[07/10] flink git commit: [hotfix] [build] Remove incorrect and ineffective example exclusions

[hotfix] [build] Remove incorrect and ineffective example exclusions

The examples are not part of dist's dependencies, hence no need to exclude them
from the fat jar.

The exclusion did not work anyways, because it used wrong artifact names
(not using scala suffixes).


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

Branch: refs/heads/master
Commit: 8e02df0b6c4e52ae4b27bf8d5234770d3b0f678d
Parents: 774e7f7
Author: Stephan Ewen <se...@apache.org>
Authored: Fri Oct 6 13:31:22 2017 +0200
Committer: Stephan Ewen <se...@apache.org>
Committed: Fri Oct 6 20:12:51 2017 +0200

----------------------------------------------------------------------
 flink-dist/pom.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/8e02df0b/flink-dist/pom.xml
----------------------------------------------------------------------
diff --git a/flink-dist/pom.xml b/flink-dist/pom.xml
index 0490dcc..b874c49 100644
--- a/flink-dist/pom.xml
+++ b/flink-dist/pom.xml
@@ -503,9 +503,6 @@ under the License.
 							</filters>
 							<artifactSet>
 								<excludes>
-									<exclude>org.apache.flink:flink-examples-batch</exclude>
-									<exclude>org.apache.flink:flink-examples-streaming</exclude>
-									<exclude>org.apache.flink:flink-examples-table</exclude>
 									<exclude>org.apache.flink:flink-python_${scala.binary.version}</exclude>
 									<exclude>org.slf4j:slf4j-log4j12</exclude>
 									<exclude>log4j:log4j</exclude>