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
a3a7c609
Commit
a3a7c609
authored
Oct 13, 2015
by
Spencer Gibb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
exclude commons-logging from ribbon
fixes gh-596
parent
8103bdbf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
pom.xml
pom.xml
+12
-5
No files found.
pom.xml
View file @
a3a7c609
...
...
@@ -37,6 +37,7 @@
<turbine.version>
1.0.0
</turbine.version>
<spring-integration-dsl.version>
1.0.0.RELEASE
</spring-integration-dsl.version>
<cloud-connectors.version>
1.1.1.RELEASE
</cloud-connectors.version>
<eureka-jersey.version>
1.19
</eureka-jersey.version>
</properties>
<build>
<plugins>
...
...
@@ -193,27 +194,27 @@
<dependency>
<groupId>
com.sun.jersey
</groupId>
<artifactId>
jersey-servlet
</artifactId>
<version>
1.19
</version>
<version>
${eureka-jersey.version}
</version>
</dependency>
<dependency>
<groupId>
com.sun.jersey
</groupId>
<artifactId>
jersey-core
</artifactId>
<version>
1.19
</version>
<version>
${eureka-jersey.version}
</version>
</dependency>
<dependency>
<groupId>
com.sun.jersey
</groupId>
<artifactId>
jersey-client
</artifactId>
<version>
1.19
</version>
<version>
${eureka-jersey.version}
</version>
</dependency>
<dependency>
<groupId>
com.sun.jersey
</groupId>
<artifactId>
jersey-server
</artifactId>
<version>
1.19
</version>
<version>
${eureka-jersey.version}
</version>
</dependency>
<dependency>
<groupId>
com.sun.jersey.contribs
</groupId>
<artifactId>
jersey-apache-client4
</artifactId>
<version>
1.19
</version>
<version>
${eureka-jersey.version}
</version>
</dependency>
<dependency>
<groupId>
com.netflix.servo
</groupId>
...
...
@@ -299,6 +300,12 @@
<groupId>
com.netflix.ribbon
</groupId>
<artifactId>
ribbon
</artifactId>
<version>
${ribbon.version}
</version>
<exclusions>
<exclusion>
<groupId>
commons-logging
</groupId>
<artifactId>
commons-logging
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
com.netflix.ribbon
</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