zhouyifan279 commented on a change in pull request #1150:
URL: https://github.com/apache/incubator-kyuubi/pull/1150#discussion_r715530882



##########
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:
       kyuubi-server's test suites can not see this dependency if scope is set 
to test. Seems the only way is put jul-to-slf4j in root pom.xml's dependencies 
segment.




-- 
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]


Reply via email to