From 2ac22b3ffc39d35518b0819757e79f3fecde4073 Mon Sep 17 00:00:00 2001 From: Tomasz Lelek Date: Thu, 13 Apr 2017 15:02:22 +0200 Subject: [PATCH] Bael 766 flink (#1644) * BAEL-756 code for flink article * reorder * simpler wordCount example * BAEL-766 changes according to PR * BAEL-766 change datasource to dataset * BAEL-766 add sorting example * BAEL-766 add simple streaming example * one missing change to dataSet * windowing example * add window example * add dependency explicitly * add plugin * add surefire plugin, change neme of the test to *IntegrationTest * fluent assertions * test scope * remove duplicated dep --- libraries/pom.xml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/libraries/pom.xml b/libraries/pom.xml index 1d908c453a..939d674d97 100644 --- a/libraries/pom.xml +++ b/libraries/pom.xml @@ -151,21 +151,7 @@ org.apache.flink flink-test-utils_2.10 ${flink.version} - - - org.apache.flink - flink-core - ${flink.version} - - - org.apache.flink - flink-java - ${flink.version} - - - org.apache.flink - flink-test-utils_2.10 - ${flink.version} + test