Remove cloudfoundry
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -24,7 +24,6 @@
|
|||||||
<modules>
|
<modules>
|
||||||
<module>spring-cloud-starter</module>
|
<module>spring-cloud-starter</module>
|
||||||
<module>spring-cloud-starter-bus-amqp</module>
|
<module>spring-cloud-starter-bus-amqp</module>
|
||||||
<module>spring-cloud-starter-cloudfoundry</module>
|
|
||||||
<module>spring-cloud-starter-eureka</module>
|
<module>spring-cloud-starter-eureka</module>
|
||||||
<module>spring-cloud-starter-eureka-server</module>
|
<module>spring-cloud-starter-eureka-server</module>
|
||||||
<module>spring-cloud-starter-hystrix</module>
|
<module>spring-cloud-starter-hystrix</module>
|
||||||
@@ -66,11 +65,6 @@
|
|||||||
<artifactId>spring-cloud-starter</artifactId>
|
<artifactId>spring-cloud-starter</artifactId>
|
||||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.springframework.cloud</groupId>
|
|
||||||
<artifactId>spring-cloud-starter-cloudfoundry</artifactId>
|
|
||||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-starter-bus-amqp</artifactId>
|
<artifactId>spring-cloud-starter-bus-amqp</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user