This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 297612efd946b2091980d23bfa2c8331969ed4bd Author: Claus Ibsen <[email protected]> AuthorDate: Tue Feb 4 11:57:55 2020 +0100 CAMEL-14484: Move PredicateValidatingProcessor from camel-jaxp to camel-support. --- components/camel-validator/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-validator/pom.xml b/components/camel-validator/pom.xml index 03b677f..46da8d0 100644 --- a/components/camel-validator/pom.xml +++ b/components/camel-validator/pom.xml @@ -36,7 +36,7 @@ <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-core-engine</artifactId> + <artifactId>camel-support</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId>
