This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit e98a24b90cd305f9e9ccd1636376f8e26171368f Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Tue Aug 24 15:37:58 2021 +0200 Add missing compile time dependency The dependency is required because the generation phase needs to access some files from camel-core-model. --- core/camel-xml-jaxp/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/camel-xml-jaxp/pom.xml b/core/camel-xml-jaxp/pom.xml index 31076b1..1306018 100644 --- a/core/camel-xml-jaxp/pom.xml +++ b/core/camel-xml-jaxp/pom.xml @@ -41,6 +41,11 @@ <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-core-model</artifactId> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-support</artifactId> </dependency> <dependency>