Github user chemikadze commented on a diff in the pull request:
https://github.com/apache/griffin/pull/468#discussion_r239993455
--- Diff: service/pom.xml ---
@@ -124,6 +124,12 @@ under the License.
<artifactId>jackson-databind</artifactId>
<version>2.6.3</version>
</dependency>
+
+ <dependency>
+ <groupId>com.alibaba</groupId>
--- End diff --
Do we really need this dependency just for logging?---
