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

drazzib pushed a commit to branch GORA-714
in repository https://gitbox.apache.org/repos/asf/gora.git

commit 9baa4a120f9feb30e828d4107f80c81fc5062f1b
Author: Damien RAUDE-MORVAN <damien.raudemor...@decathlon.com>
AuthorDate: Tue Aug 15 12:41:43 2023 +0200

    GORA-714 Exclude org.pentaho dependencies from hive-service and hive-exec
    
    Taken from Apache Hudi project here: 
https://github.com/apache/hudi/pull/3034
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2a7ed5c8..a3ad09a9 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1944,6 +1944,10 @@
             <groupId>jdk.tools</groupId>
             <artifactId>jdk.tools</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>org.pentaho</groupId>
+            <artifactId>*</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
 
@@ -1956,6 +1960,10 @@
             <groupId>org.apache.logging.log4j</groupId>
             <artifactId>log4j-slf4j-impl</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>org.pentaho</groupId>
+            <artifactId>*</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
 

Reply via email to