You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@submarine.apache.org by GitBox <gi...@apache.org> on 2021/10/26 07:40:54 UTC

[GitHub] [submarine] KUAN-HSUN-LI commented on a change in pull request #785: SUBMARINE-1059. Setup hibernate

KUAN-HSUN-LI commented on a change in pull request #785:
URL: https://github.com/apache/submarine/pull/785#discussion_r736238019



##########
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:
       `jboss-logging` is a dependency of `hibernate` but it has a dependency conflict inside its project. Maybe I should exclude this dependency.
   ![image](https://user-images.githubusercontent.com/38066413/138830969-f690f216-b792-444e-98eb-4322c5b2b437.png)
   




-- 
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: commits-unsubscribe@submarine.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org