migration of modules:

spring-zuul
spring-vertx
spring-sleuth
This commit is contained in:
geroza
2018-12-22 10:30:08 -02:00
parent dcc054d6de
commit cb4470edea
9 changed files with 31 additions and 17 deletions
+3 -2
View File
@@ -7,7 +7,8 @@
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<name>spring-remoting</name>
<description>Parent for all projects related to Spring Remoting.</description>
<description>Parent for all projects related to Spring Remoting, except remoting-hessian-burlap</description>
<!-- remoting-hessian-burlap needs to stick to spring-boot-1, some classes were removed in spring 5 -->
<parent>
<artifactId>parent-boot-2</artifactId>
@@ -28,8 +29,8 @@
</dependencyManagement>
<modules>
<module>remoting-http</module>
<module>remoting-hessian-burlap</module>
<module>remoting-http</module>
<module>remoting-amqp</module>
<module>remoting-jms</module>
<module>remoting-rmi</module>