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
ef5785bf
Commit
ef5785bf
authored
Nov 11, 2015
by
Spencer Gibb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Hystrix v1.4.20
fixes gh-635
parent
dc1f28a7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
pom.xml
pom.xml
+7
-1
No files found.
pom.xml
View file @
ef5785bf
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<archaius.version>
0.6.5
</archaius.version>
<archaius.version>
0.6.5
</archaius.version>
<eureka.version>
1.3.4
</eureka.version>
<eureka.version>
1.3.4
</eureka.version>
<feign.version>
8.11.0
</feign.version>
<feign.version>
8.11.0
</feign.version>
<hystrix.version>
1.4.
18
</hystrix.version>
<hystrix.version>
1.4.
20
</hystrix.version>
<ribbon.version>
2.1.0
</ribbon.version>
<ribbon.version>
2.1.0
</ribbon.version>
<servo.version>
0.10.0
</servo.version>
<servo.version>
0.10.0
</servo.version>
<zuul.version>
1.1.0-rc.1
</zuul.version>
<zuul.version>
1.1.0-rc.1
</zuul.version>
...
@@ -356,6 +356,12 @@
...
@@ -356,6 +356,12 @@
<groupId>
com.netflix.hystrix
</groupId>
<groupId>
com.netflix.hystrix
</groupId>
<artifactId>
hystrix-metrics-event-stream
</artifactId>
<artifactId>
hystrix-metrics-event-stream
</artifactId>
<version>
${hystrix.version}
</version>
<version>
${hystrix.version}
</version>
<exclusions>
<exclusion>
<groupId>
javax.servlet
</groupId>
<artifactId>
servlet-api
</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.netflix.hystrix
</groupId>
<groupId>
com.netflix.hystrix
</groupId>
...
...
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