Skip to content

Commit 8d9692c

Browse files
committed
CXF-9219: cxf-bom manages dependencies for 4.x that no longer exist or are not published
1 parent fcef976 commit 8d9692c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

bom/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
2929
<packaging>pom</packaging>
3030
<dependencyManagement>
3131
<dependencies>
32-
<dependency>
33-
<groupId>org.apache.cxf</groupId>
34-
<artifactId>cxf-bundle-compatible</artifactId>
35-
<version>${project.version}</version>
36-
</dependency>
3732
<dependency>
3833
<groupId>org.apache.cxf</groupId>
3934
<artifactId>cxf-core</artifactId>
@@ -274,6 +269,11 @@
274269
<artifactId>cxf-rt-rs-service-description-swagger-ui</artifactId>
275270
<version>${project.version}</version>
276271
</dependency>
272+
<dependency>
273+
<groupId>org.apache.cxf</groupId>
274+
<artifactId>cxf-rt-rs-service-description-common-openapi</artifactId>
275+
<version>${project.version}</version>
276+
</dependency>
277277
<dependency>
278278
<groupId>org.apache.cxf</groupId>
279279
<artifactId>cxf-rt-rs-service-description-openapi-v3</artifactId>

0 commit comments

Comments
 (0)