Skip to content

Commit 49e9bb6

Browse files
committed
Added vertx to dependencyManagement
1 parent 43e0308 commit 49e9bb6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
</repositories>
4747
<dependencyManagement>
4848
<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>
4956
<dependency>
5057
<groupId>org.junit</groupId>
5158
<artifactId>junit-bom</artifactId>

0 commit comments

Comments
 (0)