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

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

commit 391f7db3c48f33a62c9e9dd8cfc6bcb60526a00c
Author: Andriy Redko <[email protected]>
AuthorDate: Tue Jun 16 19:33:55 2026 -0400

    CXF-9219: cxf-bom manages dependencies for 4.x that no longer exist or are 
not published (#3218)
    
    (cherry picked from commit f1b2c37bd9f3606cf7ca2d5d39cc1168e94fd9e4)
---
 bom/pom.xml | 20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 8e78c67df70..fe8cb893d7d 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -29,11 +29,6 @@
     <packaging>pom</packaging>
     <dependencyManagement>
         <dependencies>
-            <dependency>
-                <groupId>org.apache.cxf</groupId>
-                <artifactId>cxf-bundle-compatible</artifactId>
-                <version>${project.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-core</artifactId>
@@ -274,6 +269,11 @@
                 
<artifactId>cxf-rt-rs-service-description-swagger-ui</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.cxf</groupId>
+                
<artifactId>cxf-rt-rs-service-description-common-openapi</artifactId>
+                <version>${project.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
                 
<artifactId>cxf-rt-rs-service-description-openapi-v3</artifactId>
@@ -474,16 +474,6 @@
                 <artifactId>cxf-jaxws-wsdlfirst</artifactId>
                 <version>${project.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.cxf.benchmark</groupId>
-                <artifactId>cxf-benchmark-base</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.cxf.benchmark</groupId>
-                <artifactId>cxf-benchmark-soapdoclit</artifactId>
-                <version>${project.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.apache.cxf.services.sts</groupId>
                 <artifactId>cxf-services-sts-core</artifactId>

Reply via email to