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 f1b2c37bd9f CXF-9219: cxf-bom manages dependencies for 4.x that no
longer exist or are not published (#3218)
f1b2c37bd9f is described below
commit f1b2c37bd9f3606cf7ca2d5d39cc1168e94fd9e4
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)
---
bom/pom.xml | 20 +++++---------------
1 file changed, 5 insertions(+), 15 deletions(-)
diff --git a/bom/pom.xml b/bom/pom.xml
index a57195e45f5..32975123acf 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>