migration of modules:
spring-zuul spring-vertx spring-sleuth
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user