This is an automated email from the ASF dual-hosted git repository. nixon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push: new 1b54005 ATLAS-4020 : Exclude calcite-core jar 1b54005 is described below commit 1b540056eaffd5406ed01f99119fa433322b4551 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> --- test-tools/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test-tools/pom.xml b/test-tools/pom.xml index 7e38ad7..4fe74e0 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>