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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]