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

coheigea pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.3.x-fixes by this push:
     new fbddcb6  CXF-8101 - Build fails behind maven proxy repository
fbddcb6 is described below

commit fbddcb6811692fab89a183cf81746c0c94f94ab5
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Aug 28 12:28:03 2019 +0100

    CXF-8101 - Build fails behind maven proxy repository
    
    (cherry picked from commit 5c7e20e8a6bf7fa5bc2f160b4e3497c73b66af39)
---
 rt/transports/jms/pom.xml      | 6 ++++++
 systests/transport-jms/pom.xml | 6 ++++++
 systests/uncategorized/pom.xml | 6 ++++++
 3 files changed, 18 insertions(+)

diff --git a/rt/transports/jms/pom.xml b/rt/transports/jms/pom.xml
index d10ef48..ebd7ae7 100644
--- a/rt/transports/jms/pom.xml
+++ b/rt/transports/jms/pom.xml
@@ -105,6 +105,12 @@
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-pool</artifactId>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.activemq</groupId>
diff --git a/systests/transport-jms/pom.xml b/systests/transport-jms/pom.xml
index 67eed92..6ece7b8 100644
--- a/systests/transport-jms/pom.xml
+++ b/systests/transport-jms/pom.xml
@@ -228,6 +228,12 @@
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-pool</artifactId>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.activemq</groupId>
diff --git a/systests/uncategorized/pom.xml b/systests/uncategorized/pom.xml
index 7981f44..22643d3 100644
--- a/systests/uncategorized/pom.xml
+++ b/systests/uncategorized/pom.xml
@@ -308,6 +308,12 @@
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-pool</artifactId>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.activemq</groupId>

Reply via email to