We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e0308 commit 49e9bb6Copy full SHA for 49e9bb6
pom.xml
@@ -46,6 +46,13 @@
46
</repositories>
47
<dependencyManagement>
48
<dependencies>
49
+ <dependency>
50
+ <groupId>io.vertx</groupId>
51
+ <artifactId>vertx-stack-depchain</artifactId>
52
+ <version>${vertx.version}</version>
53
+ <type>pom</type>
54
+ <scope>import</scope>
55
+ </dependency>
56
<dependency>
57
<groupId>org.junit</groupId>
58
<artifactId>junit-bom</artifactId>
0 commit comments