Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-cloud-netflix
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-cloud-netflix
Commits
f4321dd3
Unverified
Commit
f4321dd3
authored
Oct 10, 2017
by
Spencer Gibb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add dependency management for rxjava-reactive-streams
Allows for bridging webflux when using hystrix commands. fixes gh-2355
parent
d76416f0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
pom.xml
spring-cloud-netflix-dependencies/pom.xml
+6
-0
pom.xml
...rter-netflix/spring-cloud-starter-netflix-hystrix/pom.xml
+5
-0
No files found.
spring-cloud-netflix-dependencies/pom.xml
View file @
f4321dd3
...
...
@@ -22,6 +22,7 @@
<servo.version>
0.10.1
</servo.version>
<zuul.version>
1.3.0
</zuul.version>
<rxjava.version>
1.2.0
</rxjava.version>
<rxjava-reactive-streams.version>
1.2.1
</rxjava-reactive-streams.version>
<java.version>
1.7
</java.version>
<turbine.version>
1.0.0
</turbine.version>
<eureka-jersey.version>
1.19.1
</eureka-jersey.version>
...
...
@@ -402,6 +403,11 @@
<version>
${rxjava.version}
</version>
</dependency>
<dependency>
<groupId>
io.reactivex
</groupId>
<artifactId>
rxjava-reactive-streams
</artifactId>
<version>
${rxjava-reactive-streams.version}
</version>
</dependency>
<dependency>
<groupId>
com.netflix.zuul
</groupId>
<artifactId>
zuul-core
</artifactId>
<version>
${zuul.version}
</version>
...
...
spring-cloud-starter-netflix/spring-cloud-starter-netflix-hystrix/pom.xml
View file @
f4321dd3
...
...
@@ -42,5 +42,9 @@
<groupId>
com.netflix.hystrix
</groupId>
<artifactId>
hystrix-javanica
</artifactId>
</dependency>
<dependency>
<groupId>
io.reactivex
</groupId>
<artifactId>
rxjava-reactive-streams
</artifactId>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment