Steve973 commented on code in PR #12467: URL: https://github.com/apache/camel/pull/12467#discussion_r1434501945
########## components/camel-dynamic-router/pom.xml: ########## @@ -40,8 +41,24 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-core-processor</artifactId> </dependency> - + <dependency> + <groupId>jakarta.validation</groupId> + <artifactId>jakarta.validation-api</artifactId> + <version>3.0.2</version> Review Comment: I got rid of the dependencies that had hard coded version so these are gone, too. -- 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