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 2022/02/16 16:01:41 UTC

[GitHub] [submarine] FatalLin commented on a change in pull request #878: SUBMARINE-1187. Refine the interface of internal service and keep more details into db

FatalLin commented on a change in pull request #878:
URL: https://github.com/apache/submarine/pull/878#discussion_r808163700



##########
File path: submarine-server/server-core/pom.xml
##########
@@ -437,6 +437,11 @@
           <artifactId>jackson-annotations</artifactId>
         </exclusion>
       </exclusions>
+    </dependency>
+	<dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+      <version>2.10.8</version>

Review comment:
       @jiwq  thanks for the comments!
   Just want to make to make sure what's the center management you mentioned, the root pom.xml?
   I leave the dependency here because this is only the place I need to align the same time format from k8s.




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