Steve973 commented on code in PR #12467: URL: https://github.com/apache/camel/pull/12467#discussion_r1430576367
########## 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 probably do not need the validation annotation that I was using, so I'll remove it. For the future, do you prefer the use of a property for the version, or something else? -- 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