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:03:41 UTC

[cxf] branch main updated: 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 main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 8af9ece135 Remove duplicated cxf-rt-security entry from BOM artifact
8af9ece135 is described below

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

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

diff --git a/bom/pom.xml b/bom/pom.xml
index 726caaa53b..ef75c60d31 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -404,11 +404,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>