You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2021/06/03 11:39:48 UTC

[hudi] branch master updated: [HUDI-1957] Fix flink timeline service lack jetty dependency (#3028)

This is an automated email from the ASF dual-hosted git repository.

vinoyang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new ad72691  [HUDI-1957] Fix flink timeline service lack jetty dependency (#3028)
ad72691 is described below

commit ad72691d24443bab1b3828bf435b3f8404ea9dab
Author: swuferhong <33...@qq.com>
AuthorDate: Thu Jun 3 19:39:31 2021 +0800

    [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 6e6f3db..952f4cf 100644
--- a/packaging/hudi-flink-bundle/pom.xml
+++ b/packaging/hudi-flink-bundle/pom.xml
@@ -519,25 +519,21 @@
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-server</artifactId>
       <version>${jetty.version}</version>
-      <scope>${flink.bundle.hive.scope}</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-util</artifactId>
       <version>${jetty.version}</version>
-      <scope>${flink.bundle.hive.scope}</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-webapp</artifactId>
       <version>${jetty.version}</version>
-      <scope>${flink.bundle.hive.scope}</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-http</artifactId>
       <version>${jetty.version}</version>
-      <scope>${flink.bundle.hive.scope}</scope>
     </dependency>
 
     <dependency>