zhouyifan279 commented on a change in pull request #1150:
URL: https://github.com/apache/incubator-kyuubi/pull/1150#discussion_r715573875
##########
File path: kyuubi-common/pom.xml
##########
@@ -52,6 +52,11 @@
<artifactId>slf4j-log4j12</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>jul-to-slf4j</artifactId>
+ </dependency>
Review comment:
> Add it in kyuubi-server/pom.xml again
This is quite inconvenient because all modules depends `kyuubi-common` in
test scope have to add `jul-to-slf4j`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]