yougecn commented on code in PR #7667:
URL: https://github.com/apache/incubator-seata/pull/7667#discussion_r2384449396
##########
dependencies/pom.xml:
##########
@@ -323,11 +323,6 @@
<artifactId>commons-logging</artifactId>
<version>${commons-logging.version}</version>
</dependency>
- <dependency>
- <groupId>commons-lang</groupId>
Review Comment:
spring-boot-dependencies里面已经对commons-lang3做了版本管理,但它里面是<commons-lang3.version>3.12.0</commons-lang3.version>,只需要在
dependencies/pom.xml中指定<commons-lang3.version>3.18.0</commons-lang3.version>即可
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]