This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new a2e7c1bb0e Exclude banned xml-apis from org.seleniumhq.selenium:htmlunit-driver a2e7c1bb0e is described below commit a2e7c1bb0ecc5154c896f8968333937b4c9d0eb1 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Wed Mar 1 08:05:24 2023 +0000 Exclude banned xml-apis from org.seleniumhq.selenium:htmlunit-driver --- poms/bom-test/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/poms/bom-test/pom.xml b/poms/bom-test/pom.xml index 78b177fe13..edccb6a50f 100644 --- a/poms/bom-test/pom.xml +++ b/poms/bom-test/pom.xml @@ -357,6 +357,10 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> + <exclusion> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + </exclusion> </exclusions> </dependency> <dependency>