cunningt commented on code in PR #529:
URL: https://github.com/apache/camel-spring-boot/pull/529#discussion_r851768547
##########
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:
Changed scope to test, changed to use 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]