diff --git a/vertx-mutiny-clients-bom/pom.xml b/vertx-mutiny-clients-bom/pom.xml
index 2cfe6d47f..491243c31 100644
--- a/vertx-mutiny-clients-bom/pom.xml
+++ b/vertx-mutiny-clients-bom/pom.xml
@@ -217,11 +217,6 @@
smallrye-mutiny-vertx-oracle-client
${project.version}
-
- io.smallrye.reactive
- smallrye-mutiny-vertx-openapi
- ${project.version}
-
io.smallrye.reactive
smallrye-mutiny-vertx-mqtt
@@ -297,11 +292,6 @@
smallrye-mutiny-vertx-web-openapi
${project.version}
-
- io.smallrye.reactive
- smallrye-mutiny-vertx-web-openapi-router
- ${project.version}
-
io.smallrye.reactive
smallrye-mutiny-vertx-web-proxy
diff --git a/vertx-mutiny-clients/pom.xml b/vertx-mutiny-clients/pom.xml
index bba8c5860..3a8eaf460 100644
--- a/vertx-mutiny-clients/pom.xml
+++ b/vertx-mutiny-clients/pom.xml
@@ -35,7 +35,6 @@
vertx-mutiny-mssql-client
vertx-mutiny-mysql-client
vertx-mutiny-oracle-client
- vertx-mutiny-openapi
vertx-mutiny-mqtt
vertx-mutiny-auth-common
vertx-mutiny-auth-jwt
@@ -55,7 +54,6 @@
vertx-mutiny-json-schema
vertx-mutiny-web-validation
vertx-mutiny-web-openapi
- vertx-mutiny-web-openapi-router
vertx-mutiny-web-api-service
vertx-mutiny-web-api-contract
vertx-mutiny-web-templ-freemarker
diff --git a/vertx-mutiny-clients/vertx-mutiny-openapi/pom.xml b/vertx-mutiny-clients/vertx-mutiny-openapi/pom.xml
deleted file mode 100644
index d7e65490b..000000000
--- a/vertx-mutiny-clients/vertx-mutiny-openapi/pom.xml
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
- 4.0.0
-
-
- io.smallrye.reactive
- vertx-mutiny-openapi
- 3.13.0-SNAPSHOT
-
-
- smallrye-mutiny-vertx-openapi
- SmallRye Mutiny - Vert.x OpenAPI
-
-
- io.vertx
- vertx-openapi
- ${project.build.directory}/sources/java
-
-
-
-
-
- ${gen-source-groupId}
- ${gen-source-artifactId}
- ${vertx.version}
-
-
-
-
- ${project.groupId}
- smallrye-mutiny-vertx-core
- ${project.version}
-
-
-
- ${project.groupId}
- smallrye-mutiny-vertx-json-schema
- ${project.version}
-
-
-
- junit
- junit
-
-
-
-
-
-
- maven-dependency-plugin
-
- ${gen-source-groupId}
- ${gen-source-artifactId}
- sources
- jar
-
-
-
-
- unpack-java
- generate-sources
-
- unpack-dependencies
-
-
- io/vertx/**/*.java
- **/impl/**/*.java
- ${gen.output}
-
-
-
-
-
-
- maven-jar-plugin
-
-
-
- io.smallrye.mutiny.vertx.openapi
-
-
-
-
-
-
- org.bsc.maven
- maven-processor-plugin
- 5.1-jdk8
-
-
- %4$s: %3$s - %5$s %6$s%n
-
- true
-
-
-
-
-
- generate-api
-
- process
-
- generate-sources
-
- ${project.build.directory}/sources/java
-
- io.vertx.codegen.CodeGenProcessor
-
-
- mutiny
-
-
-
-
-
-
-
-
-
-
- windows
-
-
- Windows
-
-
-
- true
-
-
-
-
-
-
\ No newline at end of file
diff --git a/vertx-mutiny-clients/vertx-mutiny-web-openapi-router/pom.xml b/vertx-mutiny-clients/vertx-mutiny-web-openapi-router/pom.xml
deleted file mode 100644
index 60cdb3f02..000000000
--- a/vertx-mutiny-clients/vertx-mutiny-web-openapi-router/pom.xml
+++ /dev/null
@@ -1,174 +0,0 @@
-
-
- 4.0.0
-
-
- io.smallrye.reactive
- vertx-mutiny-clients
- 3.13.0-SNAPSHOT
-
-
- smallrye-mutiny-vertx-web-openapi-router
- SmallRye Mutiny - Vert.x Web OpenAPI Router
-
-
- io.vertx
- vertx-web-openapi-router
- ${project.build.directory}/sources/java
-
-
-
-
-
- ${gen-source-groupId}
- ${gen-source-artifactId}
- ${vertx.version}
-
-
-
-
- ${project.groupId}
- smallrye-mutiny-vertx-core
- ${project.version}
-
-
-
- ${project.groupId}
- smallrye-mutiny-vertx-web
- ${project.version}
-
-
-
- ${project.groupId}
- smallrye-mutiny-vertx-json-schema
- ${project.version}
-
-
-
- ${project.groupId}
- smallrye-mutiny-vertx-openapi
- ${project.version}
-
-
-
- io.smallrye.reactive
- smallrye-mutiny-vertx-auth-jwt
- ${project.version}
-
-
-
- io.smallrye.reactive
- smallrye-mutiny-vertx-auth-oauth2
- ${project.version}
-
-
-
- junit
- junit
-
-
- org.testcontainers
- testcontainers
- ${testcontainers.version}
- test
-
-
- org.assertj
- assertj-core
- test
-
-
- ${project.groupId}
- smallrye-mutiny-vertx-web-client
- ${project.version}
- test
-
-
-
-
-
-
- maven-dependency-plugin
-
- ${gen-source-groupId}
- ${gen-source-artifactId}
- sources
- jar
-
-
-
-
- unpack-java
- generate-sources
-
- unpack-dependencies
-
-
- io/vertx/**/*.java
- **/impl/**/*.java
- ${gen.output}
-
-
-
-
-
-
- maven-jar-plugin
-
-
-
- io.smallrye.mutiny.vertx.web.openapi.router
-
-
-
-
-
-
- org.bsc.maven
- maven-processor-plugin
- 5.1-jdk8
-
-
- %4$s: %3$s - %5$s %6$s%n
-
- true
-
-
-
-
-
- generate-api
-
- process
-
- generate-sources
-
- ${project.build.directory}/sources/java
-
- io.vertx.codegen.CodeGenProcessor
-
-
- mutiny
-
-
-
-
-
-
-
-
-
-
- windows
-
-
- Windows
-
-
-
- true
-
-
-
-
-
\ No newline at end of file