davsclaus commented on a change in pull request #6669: URL: https://github.com/apache/camel/pull/6669#discussion_r780655216
########## File path: components/camel-spring-xml/pom.xml ########## @@ -137,6 +137,15 @@ <artifactId>derby</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>javax.annotation</groupId> + <artifactId>javax.annotation-api</artifactId> + </dependency> + + <dependency> Review comment: Can you try testing, eg set it to test scope / also try without so we can find out which test, and then add a comment in these testst that they use saaj so we know in the future -- 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