Skip to content

Commit

Permalink
Remove dependencies that do not exist anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Clement Escoffier <clement@apache.org>
  • Loading branch information
cescoffier authored and vietj committed Jun 7, 2023
1 parent d9d4e38 commit 8d92a45
Showing 1 changed file with 7 additions and 72 deletions.
79 changes: 7 additions & 72 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@
<artifactId>vertx-uri-template</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-tracing-parent</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-zipkin</artifactId>
Expand Down Expand Up @@ -154,32 +149,17 @@
<groupId>io.vertx</groupId>
<artifactId>vertx-zookeeper</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-groovy-parent</artifactId>
<version>${stack.version}</version>
</dependency>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-groovy</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-kotlin-parent</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-kotlin</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-kotlin-compiler</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-kotlin-coroutines</artifactId>
Expand Down Expand Up @@ -210,11 +190,6 @@
<artifactId>vertx-junit5-rx-java3</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-consul</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-consul-client</artifactId>
Expand Down Expand Up @@ -242,11 +217,6 @@
<artifactId>vertx-cassandra-client</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-sql-common</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-jdbc-client</artifactId>
Expand All @@ -272,12 +242,7 @@
<groupId>io.vertx</groupId>
<artifactId>vertx-service-factory</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-maven-service-factory-parent</artifactId>
<version>${stack.version}</version>
</dependency>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-maven-service-factory</artifactId>
Expand Down Expand Up @@ -340,12 +305,7 @@
<groupId>io.vertx</groupId>
<artifactId>vertx-auth-common</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-jwt</artifactId>
<version>${stack.version}</version>
</dependency>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-auth-htdigest</artifactId>
Expand Down Expand Up @@ -675,27 +635,12 @@
<groupId>io.vertx</groupId>
<artifactId>vertx-bridge-common</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-jgroups</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-infinispan-parent</artifactId>
<version>${stack.version}</version>
</dependency>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-infinispan</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-sql-client-parent</artifactId>
<version>${stack.version}</version>
</dependency>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-sql-client</artifactId>
Expand Down Expand Up @@ -886,22 +831,12 @@
<groupId>io.vertx</groupId>
<artifactId>vertx-config-consul</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc-parent</artifactId>
<version>${stack.version}</version>
</dependency>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc-aggregator</artifactId>
<version>${stack.version}</version>
</dependency>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc-common</artifactId>
Expand Down

0 comments on commit 8d92a45

Please sign in to comment.