From 244d2db78307cd7dff1c60a664046adb6fe5c405 Mon Sep 17 00:00:00 2001 From: Chesnay Schepler Date: Thu, 13 Feb 2020 13:40:22 +0100 Subject: [PATCH] [hotfix][web][build] Cleanup dependencies --- flink-runtime-web/pom.xml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/flink-runtime-web/pom.xml b/flink-runtime-web/pom.xml index 8effc44936495..bdeead923a8fb 100644 --- a/flink-runtime-web/pom.xml +++ b/flink-runtime-web/pom.xml @@ -75,11 +75,6 @@ under the License. flink-shaded-jackson - - org.javassist - javassist - - @@ -96,13 +91,6 @@ under the License. test - - org.apache.curator - curator-test - ${curator.version} - test - - org.apache.flink flink-runtime_${scala.binary.version} @@ -117,6 +105,12 @@ under the License. test + + commons-io + commons-io + test + +