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 22:33:38 UTC

[cxf] branch 3.5.x-fixes updated (1b903fea24 -> f5f74be6d1)

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

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


    from 1b903fea24 Recording .gitmergeinfo Changes
     new 88cd83a114 Remove duplicated cxf-rt-security entry from BOM artifact
     new f5f74be6d1 Recording .gitmergeinfo Changes

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitmergeinfo | 1 +
 bom/pom.xml   | 5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)


[cxf] 02/02: Recording .gitmergeinfo Changes

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f5f74be6d1a864bd73f925a24ed6ca4ecb020f3b
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Nov 13 17:33:10 2022 -0500

    Recording .gitmergeinfo Changes
---
 .gitmergeinfo | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitmergeinfo b/.gitmergeinfo
index fc5e91ed44..3953b86f3d 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -53,6 +53,7 @@ B ad496ed008ae0b0d2636bc307559749fc28287c1
 B b176e8e4a5a6bb6097c4e399ee0fa843f81e4b32
 B b30f428e74d86a182e8101b0de555cfa2f57d826
 B b740e0a7f606d9e5acb8c27dfb3a671708bb19db
+B b837cc4613590e6b2a3cec9a74b4b3c958359a78
 B ba839e6b1f3ee5c26fd600834ea10227dd4cc317
 B c0d5bad32938019dea92f99be0773abd39ad7288
 B c122fbdd9e1923cdb4daaef16f2e0fd65e2498b6


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

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 88cd83a1149564741db6a50e1e980e627f36d237
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)
    (cherry picked from commit 6ee3b8bb060f1dbcacc96fa7b6c99c391498c7f8)
---
 bom/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 9cd85a1790..c5ecb6c2de 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>