You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/01/06 20:00:41 UTC

[GitHub] [camel] orpiske commented on a change in pull request #6669: CAMEL-17435: dependency cleanup

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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org