FatalLin commented on a change in pull request #785:
URL: https://github.com/apache/submarine/pull/785#discussion_r736179127
##########
File path: pom.xml
##########
@@ -306,6 +309,17 @@
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
+ <!-- Submarine Server -->
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging</artifactId>
Review comment:
Just wondering why we need jboss-logging package here?
loos like it's a logging utility for jboss container but we use jetty for
now.
--
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]