orpiske commented on a change in pull request #6669: URL: https://github.com/apache/camel/pull/6669#discussion_r779827344
########## File path: components/camel-spring-xml/pom.xml ########## @@ -137,6 +137,11 @@ <artifactId>derby</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>javax.annotation</groupId> + <artifactId>javax.annotation-api</artifactId> + <scope>test</scope> Review comment: Thanks. I added them in the test scope because it was test code that was failing, but I'll change it to the default one. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org