Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
parent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
foxxy
9 years ago
Commit
663d4f4a001c4c7ee5e91992a9230132ac8eae3a
1 parent
267bb4bc
排除冲突的包
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
pom.xml
pom.xml
View file @
663d4f4
...
...
@@ -607,7 +607,17 @@
<dependency>
<groupId>
com.netflix.hystrix
</groupId>
<artifactId>
hystrix-metrics-event-stream
</artifactId>
<version>
1.4.21
</version>
<version>
1.4.21
</version>
<exclusions>
<exclusion>
<artifactId>
jackson-databind
</artifactId>
<groupId>
com.fasterxml.jackson.core
</groupId>
</exclusion>
<exclusion>
<artifactId>
jackson-annotations
</artifactId>
<groupId>
com.fasterxml.jackson.core
</groupId>
</exclusion>
</exclusions>
</dependency>
<!--config -->
<dependency>
...
...
Please
register
or
login
to post a comment