cshannon commented on code in PR #1937:
URL: https://github.com/apache/activemq/pull/1937#discussion_r3094538653
##########
pom.xml:
##########
@@ -58,6 +58,8 @@
<commons-collections-version>3.2.2</commons-collections-version>
<commons-dbcp2-version>2.14.0</commons-dbcp2-version>
<commons-io-version>2.21.0</commons-io-version>
+ <commons-lang3-version>3.20.0</commons-lang3-version>
Review Comment:
I don't have any issue with adding dependencies on things like commons
libraries and they are quite useful so I disagree with that. Limiting
dependencies is good but I'm not going to worry about useful ones like
commons-lang3 which I found hard to believe it didn't exist.
I mostly just want to get rid of the Spring dependencies but anything Apache
Commons I am fine with.
--
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]
For further information, visit: https://activemq.apache.org/contact