ATLAS-4020 : Exclude calcite-core jar

Signed-off-by: nixonrodrigues <nixon@apache.org>
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>