Remove dependency management for rxjava-reactive-streams.

Now part of hystrix starter.

fixes gh-81
This commit is contained in:
Spencer Gibb
2017-10-10 12:30:07 -04:00
parent 36dcaf3217
commit 4a92c3156a
2 changed files with 0 additions and 13 deletions

View File

@@ -108,13 +108,6 @@
<artifactId>spring-cloud-starter-hystrix</artifactId>
<version>${spring-cloud-netflix.version}</version>
</dependency>
<!-- TODO: should be part of spring-cloud-starter-netflix? -->
<dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxjava-reactive-streams</artifactId>
<version>1.2.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>

View File

@@ -47,12 +47,6 @@
<artifactId>spring-cloud-starter-hystrix</artifactId>
<optional>true</optional>
</dependency>
<!-- TODO: should be part of spring-cloud-starter-netflix -->
<dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxjava-reactive-streams</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>