Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2440#discussion_r200025216
--- Diff: store/core/pom.xml ---
@@ -40,10 +46,41 @@
<artifactId>scalatest_${scala.binary.version}</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
--- End diff --
It is better to put REST interface into a separate module, so that
store-core is provide Store API only---
