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

nixon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 8f95cb1  ATLAS-4020 : Exclude calcite-core jar
8f95cb1 is described below

commit 8f95cb19ff8d92ebbb8abd4db267ad73c19bfbd7
Author: chaitali borole <chaitali.bor...@cloudera.com>
AuthorDate: Wed Nov 11 15:13:13 2020 +0530

    ATLAS-4020 : Exclude calcite-core jar
    
    Signed-off-by: nixonrodrigues <ni...@apache.org>
    (cherry picked from commit 1b540056eaffd5406ed01f99119fa433322b4551)
---
 test-tools/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test-tools/pom.xml b/test-tools/pom.xml
index 7f34898..7de0f3b 100644
--- a/test-tools/pom.xml
+++ b/test-tools/pom.xml
@@ -56,6 +56,10 @@
                     <groupId>com.github.ben-manes.caffeine</groupId>
                     <artifactId>caffeine</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.calcite</groupId>
+                    <artifactId>calcite-core</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 

Reply via email to