You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/03/20 16:32:20 UTC

[camel-quarkus] 02/07: Exclude banned xml-apis from org.seleniumhq.selenium:htmlunit-driver

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch 2.13.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 71df9e6da1278761ffce1a16ca6858a08da0b361
Author: James Netherton <ja...@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 b03ec55c29..a4b2324ee8 100644
--- a/poms/bom-test/pom.xml
+++ b/poms/bom-test/pom.xml
@@ -328,6 +328,10 @@
                         <groupId>commons-logging</groupId>
                         <artifactId>commons-logging</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>xml-apis</groupId>
+                        <artifactId>xml-apis</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
             <dependency>