This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch xmlio in repository https://gitbox.apache.org/repos/asf/camel.git
commit 1ad85a9c4d5b26ab0844c283c05bec8360e46793 Author: Claus Ibsen <[email protected]> AuthorDate: Wed May 14 16:39:48 2025 +0200 CAMEL-22064: camel-xml-io - Generate XSD schema --- .../maven/camel-eip-documentation-enricher-maven-plugin/pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml index 38d500098e6..e7403e3b793 100644 --- a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml +++ b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml @@ -68,7 +68,7 @@ <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-core</artifactId> + <artifactId>camel-util</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> @@ -101,12 +101,6 @@ <scope>test</scope> </dependency> - - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-test-junit5</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId>
