You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2021/09/23 14:41:32 UTC

[cxf] branch master updated: Fixing up distribution after oauth merge

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 927cdd8  Fixing up distribution after oauth merge
927cdd8 is described below

commit 927cdd8c323dd41168947090def5709afede242e
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Sep 23 15:41:02 2021 +0100

    Fixing up distribution after oauth merge
---
 distribution/manifest/pom.xml | 5 -----
 distribution/pom.xml          | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/distribution/manifest/pom.xml b/distribution/manifest/pom.xml
index 5597c24..d338660 100644
--- a/distribution/manifest/pom.xml
+++ b/distribution/manifest/pom.xml
@@ -221,11 +221,6 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>cxf-rt-rs-security-oauth</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>cxf-rt-rs-security-oauth2</artifactId>
             <version>${project.version}</version>
         </dependency>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 773f293..2469ae5 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -317,11 +317,6 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>cxf-rt-rs-security-oauth</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>cxf-rt-rs-security-oauth2</artifactId>
             <version>${project.version}</version>
         </dependency>