Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1720#discussion_r158511440
--- Diff: core/pom.xml ---
@@ -94,6 +94,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
--- End diff --
Why this is needed? core module also uses GSON already right?---
