Skip to content

Commit 1bb6ff2

Browse files
committed
Decouple Kotlin lang from stack components
1 parent fc2ba2e commit 1bb6ff2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.vertx</groupId>
55
<artifactId>vertx-ext-parent</artifactId>
6-
<version>29</version>
6+
<version>30</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>
@@ -91,11 +91,6 @@
9191
<artifactId>vertx-lang-groovy</artifactId>
9292
<optional>true</optional>
9393
</dependency>
94-
<dependency>
95-
<groupId>io.vertx</groupId>
96-
<artifactId>vertx-lang-kotlin</artifactId>
97-
<optional>true</optional>
98-
</dependency>
9994
<dependency>
10095
<groupId>io.vertx</groupId>
10196
<artifactId>vertx-lang-ruby</artifactId>

0 commit comments

Comments
 (0)