This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new 5c7e20e CXF-8101 - Build fails behind maven proxy repository
5c7e20e is described below
commit 5c7e20e8a6bf7fa5bc2f160b4e3497c73b66af39
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Aug 28 12:28:03 2019 +0100
CXF-8101 - Build fails behind maven proxy repository
---
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 10b0bdc..eb5c9eb 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 01733ed..ba650bc 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 2dd8094..b9dbe35 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>