From ad72691d24443bab1b3828bf435b3f8404ea9dab Mon Sep 17 00:00:00 2001
From: swuferhong <337361684@qq.com>
Date: Thu, 3 Jun 2021 19:39:31 +0800
Subject: [PATCH] [HUDI-1957] Fix flink timeline service lack jetty dependency
(#3028)
---
packaging/hudi-flink-bundle/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/packaging/hudi-flink-bundle/pom.xml b/packaging/hudi-flink-bundle/pom.xml
index 6e6f3db6e..952f4cf48 100644
--- a/packaging/hudi-flink-bundle/pom.xml
+++ b/packaging/hudi-flink-bundle/pom.xml
@@ -519,25 +519,21 @@
org.eclipse.jetty
jetty-server
${jetty.version}
- ${flink.bundle.hive.scope}
org.eclipse.jetty
jetty-util
${jetty.version}
- ${flink.bundle.hive.scope}
org.eclipse.jetty
jetty-webapp
${jetty.version}
- ${flink.bundle.hive.scope}
org.eclipse.jetty
jetty-http
${jetty.version}
- ${flink.bundle.hive.scope}