Skip to content

Commit 7e315d8

Browse files
Merge pull request eugenp#2065 from eugenp/BAEL-778-dep
BAEL-778 - removing vertx-core dep, included transitively by vertx-web
2 parents 69b4a05 + b0f3479 commit 7e315d8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
</properties>
2626

2727
<modules>
28-
<module>spring-vertx</module>
2928
<module>aws</module>
3029
<module>akka-streams</module>
3130
<module>algorithms</module>
@@ -208,6 +207,7 @@
208207
<module>spring-userservice</module>
209208
<module>spring-zuul</module>
210209
<module>spring-reactor</module>
210+
<module>spring-vertx</module>
211211

212212
<module>testing</module>
213213
<module>testng</module>

spring-vertx/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

11-
<name>vertx-spring</name>
11+
<name>spring-vertx</name>
1212
<description>A demo project with vertx spring integration</description>
1313

1414
<parent>
@@ -41,6 +41,7 @@
4141
</exclusion>
4242
</exclusions>
4343
</dependency>
44+
4445
<dependency>
4546
<groupId>io.vertx</groupId>
4647
<artifactId>vertx-web</artifactId>

0 commit comments

Comments
 (0)