This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new d2123420646 Regen d2123420646 is described below commit d2123420646d7f5edd333a7b66d8f8c4ae79fdcf Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Oct 20 08:46:05 2023 +0200 Regen --- tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index cc590fd72d7..168af6af751 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -4119,6 +4119,11 @@ <artifactId>jackson-xc</artifactId> <version>${jackson-version}</version> </dependency> + <dependency> + <groupId>org.xmlunit</groupId> + <artifactId>xmlunit-assertj3</artifactId> + <version>2.9.1</version> + </dependency> </dependencies> </dependencyManagement> <!-- Force the reactor build order -->