davsclaus commented on a change in pull request #6669: URL: https://github.com/apache/camel/pull/6669#discussion_r780647165
########## File path: components/camel-microprofile/camel-microprofile-metrics/pom.xml ########## @@ -47,6 +47,18 @@ <version>${microprofile-metrics-version}</version> </dependency> + <dependency> + <groupId>javax.annotation</groupId> + <artifactId>javax.annotation-api</artifactId> + <version>${javax-annotation-api-version}</version> + </dependency> + + <dependency> Review comment: What makes MP need JAXB? ########## File path: components/camel-jmx/pom.xml ########## @@ -48,6 +48,16 @@ <artifactId>camel-management</artifactId> </dependency> + <dependency> + <groupId>jakarta.xml.bind</groupId> + <artifactId>jakarta.xml.bind-api</artifactId> + </dependency> + + <dependency> + <groupId>com.sun.xml.bind</groupId> Review comment: Is there not a jakarta jaxb impl class we can use? ########## 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: I wonder what makes saaj-impl needed? -- 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