davsclaus commented on code in PR #529:
URL: https://github.com/apache/camel-spring-boot/pull/529#discussion_r851709959
##########
components-starter/camel-aws2-sqs-starter/pom.xml:
##########
@@ -47,6 +47,11 @@
</exclusions>
<!--END OF GENERATED CODE-->
</dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>${commons-lang-version}</version>
Review Comment:
It seems its only used for testing, can you use <scope>test</scope>
And can you maybe use commons lang3 as the one you use now is legacy
--
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]