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 2022/01/04 17:54:15 UTC

[camel-quarkus] branch main updated: Exclude commons-logging from htmlunit-driver

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 7bce4da  Exclude commons-logging from htmlunit-driver
7bce4da is described below

commit 7bce4daf061558cbb9534055da6c27a5eb2d8835
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Jan 4 15:32:24 2022 +0000

    Exclude commons-logging from htmlunit-driver
---
 poms/bom-test/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/poms/bom-test/pom.xml b/poms/bom-test/pom.xml
index 7abea76..74b76afd 100644
--- a/poms/bom-test/pom.xml
+++ b/poms/bom-test/pom.xml
@@ -263,6 +263,16 @@
                 <groupId>org.seleniumhq.selenium</groupId>
                 <artifactId>htmlunit-driver</artifactId>
                 <version>${htmlunit-driver.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>org.apache.httpcomponents</groupId>
+                        <artifactId>httpmime</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>commons-logging</groupId>
+                        <artifactId>commons-logging</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>org.zeroturnaround</groupId>