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-userservice</module>
|
||||||
<module>spring-zuul</module>
|
<module>spring-zuul</module>
|
||||||
<module>spring-reactor</module>
|
<module>spring-reactor</module>
|
||||||
|
<module>spring-vertx</module>
|
||||||
|
|
||||||
<module>testing</module>
|
<module>testing</module>
|
||||||
<module>testng</module>
|
<module>testng</module>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>vertx-spring</name>
|
<name>spring-vertx</name>
|
||||||
<description>A demo project with vertx spring integration</description>
|
<description>A demo project with vertx spring integration</description>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
@ -41,11 +41,7 @@
|
|||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>io.vertx</groupId>
|
|
||||||
<artifactId>vertx-core</artifactId>
|
|
||||||
<version>${vertx.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.vertx</groupId>
|
<groupId>io.vertx</groupId>
|
||||||
<artifactId>vertx-web</artifactId>
|
<artifactId>vertx-web</artifactId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user