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 2020/10/21 10:58:26 UTC

[camel-quarkus] branch master updated: Exclude glassfish dependencies from hbase-testing-util

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b9a2528  Exclude glassfish dependencies from hbase-testing-util
b9a2528 is described below

commit b9a2528d378e31affde4af7e2c804687994a1f4a
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Oct 21 11:04:02 2020 +0100

    Exclude glassfish dependencies from hbase-testing-util
---
 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 29a22a2..1d970b6 100644
--- a/poms/bom-test/pom.xml
+++ b/poms/bom-test/pom.xml
@@ -128,6 +128,10 @@
                         <groupId>com.google.inject</groupId>
                         <artifactId>guice</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>org.glassfish.web</groupId>
+                        <artifactId>*</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
             <dependency>