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

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 07296a3  [chore](fe) Fix build error caused by Inaccessible 
pentaho-aggdesigner-algorithm jar (#7161)
07296a3 is described below

commit 07296a301bb985a88621f4dc5294e6f2467406c8
Author: caiconghui <[email protected]>
AuthorDate: Sat Nov 20 21:48:26 2021 +0800

    [chore](fe) Fix build error caused by Inaccessible 
pentaho-aggdesigner-algorithm jar (#7161)
---
 fe/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/fe/pom.xml b/fe/pom.xml
index be836f1..216fd98 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -630,6 +630,10 @@ under the License.
                         <groupId>org.codehaus.groovy</groupId>
                         <artifactId>groovy-all</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>org.pentaho</groupId>
+                        <artifactId>*</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to