BAEL-778 - removing vertx-core dep, included transitively by vertx-web
This commit is contained in:
parent
53f4ec5f87
commit
969b98094c
1
pom.xml
1
pom.xml
|
@ -208,6 +208,7 @@
|
|||
<module>spring-userservice</module>
|
||||
<module>spring-zuul</module>
|
||||
<module>spring-reactor</module>
|
||||
<module>spring-vertx</module>
|
||||
|
||||
<module>testing</module>
|
||||
<module>testng</module>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<version>0.0.1-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>vertx-spring</name>
|
||||
<name>spring-vertx</name>
|
||||
<description>A demo project with vertx spring integration</description>
|
||||
|
||||
<parent>
|
||||
|
@ -41,11 +41,7 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.vertx</groupId>
|
||||
<artifactId>vertx-core</artifactId>
|
||||
<version>${vertx.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.vertx</groupId>
|
||||
<artifactId>vertx-web</artifactId>
|
||||
|
|
Loading…
Reference in New Issue