|
|
|
@ -16,35 +16,61 @@
@@ -16,35 +16,61 @@
|
|
|
|
|
</organization> |
|
|
|
|
<properties> |
|
|
|
|
<main.basedir>${basedir}/../../..</main.basedir> |
|
|
|
|
<turbine.version>2.0.0-DP.2</turbine.version> |
|
|
|
|
</properties> |
|
|
|
|
<dependencies> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-starter</artifactId> |
|
|
|
|
<artifactId>spring-cloud-starter-eureka</artifactId> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>spring-boot-starter-tomcat</artifactId> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-commons</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-actuator</artifactId> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-starter-archaius</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-starter-netflix-hystrix</artifactId> |
|
|
|
|
<artifactId>spring-cloud-netflix-turbine-stream</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-starter-netflix-ribbon</artifactId> |
|
|
|
|
<artifactId>spring-cloud-stream</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-starter-netflix-archaius</artifactId> |
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
|
<artifactId>jackson-databind</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.netflix.turbine</groupId> |
|
|
|
|
<artifactId>turbine-core</artifactId> |
|
|
|
|
<version>${turbine.version}</version> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>com.netflix.rxjava</groupId> |
|
|
|
|
<artifactId>rxjava-core</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
|
<artifactId>slf4j-simple</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>io.reactivex</groupId> |
|
|
|
|
<artifactId>rxjava</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.netflix.zuul</groupId> |
|
|
|
|
<artifactId>zuul-core</artifactId> |
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId> |
|
|
|
|
<artifactId>tomcat-embed-el</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
</project> |