Remove zuul-server starter
This commit is contained in:
1
pom.xml
1
pom.xml
@@ -33,7 +33,6 @@
|
|||||||
<module>spring-cloud-starter-turbine</module>
|
<module>spring-cloud-starter-turbine</module>
|
||||||
<module>spring-cloud-starter-turbine-amqp</module>
|
<module>spring-cloud-starter-turbine-amqp</module>
|
||||||
<module>spring-cloud-starter-zuul</module>
|
<module>spring-cloud-starter-zuul</module>
|
||||||
<module>spring-cloud-starter-zuul-server</module>
|
|
||||||
<module>docs</module>
|
<module>docs</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
|||||||
@@ -1,34 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<parent>
|
|
||||||
<groupId>org.springframework.cloud</groupId>
|
|
||||||
<artifactId>spring-cloud-starter-parent</artifactId>
|
|
||||||
<version>1.0.0.RC1</version>
|
|
||||||
</parent>
|
|
||||||
<artifactId>spring-cloud-starter-zuul-server</artifactId>
|
|
||||||
<name>spring-cloud-starter-zuul-server</name>
|
|
||||||
<description>Spring Cloud Starter</description>
|
|
||||||
<url>http://projects.spring.io/spring-boot/</url>
|
|
||||||
<organization>
|
|
||||||
<name>Pivotal Software, Inc.</name>
|
|
||||||
<url>http://www.spring.io</url>
|
|
||||||
</organization>
|
|
||||||
<properties>
|
|
||||||
<main.basedir>${basedir}/../..</main.basedir>
|
|
||||||
</properties>
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.springframework.cloud</groupId>
|
|
||||||
<artifactId>spring-cloud-starter</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.springframework.cloud</groupId>
|
|
||||||
<artifactId>spring-cloud-starter-zuul</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.springframework.cloud</groupId>
|
|
||||||
<artifactId>spring-cloud-netflix-zuul-server</artifactId>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</project>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
provides: spring-platform-netflix-core, zule-core
|
|
||||||
Reference in New Issue
Block a user