You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/11/13 21:06:32 UTC

[cxf] 01/02: Remove duplicated cxf-rt-security entry from BOM artifact

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

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

commit 6ee3b8bb060f1dbcacc96fa7b6c99c391498c7f8
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Nov 13 16:03:20 2022 -0500

    Remove duplicated cxf-rt-security entry from BOM artifact
    
    (cherry picked from commit 8af9ece135fecdee06db2de8d10c019e5f3a676b)
---
 bom/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index cf2007ca6a..ff165009aa 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -409,11 +409,6 @@
                 <artifactId>cxf-rt-security</artifactId>
                 <version>${project.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.cxf</groupId>
-                <artifactId>cxf-rt-security</artifactId>
-                <version>${project.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-spring-boot-autoconfigure</artifactId>