From d02c0e5387481a4ac4bdc60163001b2a365150d9 Mon Sep 17 00:00:00 2001 From: vinoth chandar Date: Fri, 4 Jun 2021 12:28:44 -0700 Subject: [PATCH] [MINOR] Resolve build issue arising from inaccessible pentaho jar (#3034) - Fixes #160 #2479 --- hudi-sync/hudi-dla-sync/pom.xml | 4 ++++ packaging/hudi-flink-bundle/pom.xml | 8 ++++++++ packaging/hudi-integ-test-bundle/pom.xml | 10 ++++++++++ pom.xml | 12 ++++++++++++ 4 files changed, 34 insertions(+) diff --git a/hudi-sync/hudi-dla-sync/pom.xml b/hudi-sync/hudi-dla-sync/pom.xml index 769d12fa8..4b20e444d 100644 --- a/hudi-sync/hudi-dla-sync/pom.xml +++ b/hudi-sync/hudi-dla-sync/pom.xml @@ -129,6 +129,10 @@ org.apache.zookeeper zookeeper + + org.pentaho + * + diff --git a/packaging/hudi-flink-bundle/pom.xml b/packaging/hudi-flink-bundle/pom.xml index 952f4cf48..7cc8042bf 100644 --- a/packaging/hudi-flink-bundle/pom.xml +++ b/packaging/hudi-flink-bundle/pom.xml @@ -409,6 +409,10 @@ org.eclipse.jetty * + + org.pentaho + * + @@ -434,6 +438,10 @@ guava com.google.guava + + org.pentaho + * + diff --git a/packaging/hudi-integ-test-bundle/pom.xml b/packaging/hudi-integ-test-bundle/pom.xml index 60d9cc61a..13b580982 100644 --- a/packaging/hudi-integ-test-bundle/pom.xml +++ b/packaging/hudi-integ-test-bundle/pom.xml @@ -385,6 +385,12 @@ ${hive.groupid} hive-exec ${hive.version} + + + org.pentaho + * + + compile @@ -409,6 +415,10 @@ javax.servlet servlet-api + + org.pentaho + * + diff --git a/pom.xml b/pom.xml index 8a9a9937c..17668b306 100644 --- a/pom.xml +++ b/pom.xml @@ -797,6 +797,10 @@ org.eclipse.jetty.aggregate * + + org.pentaho + * + @@ -817,6 +821,10 @@ org.eclipse.jetty.aggregate * + + org.pentaho + * + @@ -902,6 +910,10 @@ org.eclipse.jetty.aggregate * + + org.pentaho + * +