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

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

commit 54d21eafe79925311ac6257dc41fbe82fb5ed037
Author: Colm O hEigeartaigh <cohei...@apache.org>
AuthorDate: Mon Aug 13 11:54:49 2018 +0100

    Removing duplicate dependencies
    
    (cherry picked from commit 268350fa56ea293ff150b256882077325e436eb1)
---
 rt/rs/microprofile-client/pom.xml          | 5 -----
 systests/microprofile/client/async/pom.xml | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/rt/rs/microprofile-client/pom.xml 
b/rt/rs/microprofile-client/pom.xml
index dbb98a8..359b492 100644
--- a/rt/rs/microprofile-client/pom.xml
+++ b/rt/rs/microprofile-client/pom.xml
@@ -71,11 +71,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-local</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
diff --git a/systests/microprofile/client/async/pom.xml 
b/systests/microprofile/client/async/pom.xml
index d42a8e1..aecc5d3 100644
--- a/systests/microprofile/client/async/pom.xml
+++ b/systests/microprofile/client/async/pom.xml
@@ -53,11 +53,6 @@
                 <scope>test</scope>
             </dependency>
             <dependency>
-                <groupId>org.apache.cxf</groupId>
-                <artifactId>cxf-rt-rs-mp-client</artifactId>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
                 <groupId>commons-logging</groupId>
                 <artifactId>commons-logging</artifactId>
                 <version>${cxf.commons.logging.version}</version>

Reply via email to