use io.reactivex:rxjava

part of https://github.com/spring-cloud/spring-cloud-netflix/issues/353
This commit is contained in:
Spencer Gibb
2015-05-20 12:36:35 -06:00
parent b1a1670acc
commit 949ab29d90
2 changed files with 3 additions and 7 deletions

View File

@@ -44,8 +44,8 @@
<artifactId>ribbon-loadbalancer</artifactId>
</dependency>
<dependency>
<groupId>com.netflix.rxjava</groupId>
<artifactId>rxjava-core</artifactId>
</dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxjava</artifactId>
</dependency>
</dependencies>
</project>

View File

@@ -35,10 +35,6 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-eureka</artifactId>
<exclusions>
<exclusion>
<groupId>com.netflix.rxjava</groupId>
<artifactId>rxjava-core</artifactId>
</exclusion>
<exclusion>
<artifactId>spring-boot-starter-tomcat</artifactId>
<groupId>org.springframework.boot</groupId>