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
13a3ea07
Commit
13a3ea07
authored
Sep 02, 2015
by
Spencer Gibb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only manage turbine-core dep in modules
fixes gh-511
parent
43a5241d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
24 deletions
+8
-24
pom.xml
pom.xml
+0
-24
pom.xml
spring-cloud-netflix-turbine/pom.xml
+8
-0
No files found.
pom.xml
View file @
13a3ea07
...
@@ -32,7 +32,6 @@
...
@@ -32,7 +32,6 @@
<zuul.version>
1.0.28
</zuul.version>
<zuul.version>
1.0.28
</zuul.version>
<rxjava.version>
1.0.11
</rxjava.version>
<rxjava.version>
1.0.11
</rxjava.version>
<java.version>
1.7
</java.version>
<java.version>
1.7
</java.version>
<turbine.version>
1.0.0
</turbine.version>
<spring-integration-dsl.version>
1.0.0.RELEASE
</spring-integration-dsl.version>
<spring-integration-dsl.version>
1.0.0.RELEASE
</spring-integration-dsl.version>
<cloud-connectors.version>
1.1.1.RELEASE
</cloud-connectors.version>
<cloud-connectors.version>
1.1.1.RELEASE
</cloud-connectors.version>
</properties>
</properties>
...
@@ -210,29 +209,6 @@
...
@@ -210,29 +209,6 @@
</exclusion>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
<dependency>
<groupId>
com.netflix.turbine
</groupId>
<artifactId>
turbine-core
</artifactId>
<version>
${turbine.version}
</version>
<exclusions>
<exclusion>
<groupId>
com.netflix.rxjava
</groupId>
<artifactId>
rxjava-core
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-simple
</artifactId>
</exclusion>
<exclusion>
<groupId>
javax.servlet
</groupId>
<artifactId>
servlet-api
</artifactId>
</exclusion>
<exclusion>
<groupId>
log4j
</groupId>
<artifactId>
log4j
</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Eureka core dep that is now optional -->
<!-- Eureka core dep that is now optional -->
<dependency>
<dependency>
<groupId>
com.thoughtworks.xstream
</groupId>
<groupId>
com.thoughtworks.xstream
</groupId>
...
...
spring-cloud-netflix-turbine/pom.xml
View file @
13a3ea07
...
@@ -24,6 +24,14 @@
...
@@ -24,6 +24,14 @@
<version>
${turbine.version}
</version>
<version>
${turbine.version}
</version>
<exclusions>
<exclusions>
<exclusion>
<exclusion>
<groupId>
com.netflix.rxjava
</groupId>
<artifactId>
rxjava-core
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-simple
</artifactId>
</exclusion>
<exclusion>
<groupId>
javax.servlet
</groupId>
<groupId>
javax.servlet
</groupId>
<artifactId>
servlet-api
</artifactId>
<artifactId>
servlet-api
</artifactId>
</exclusion>
</exclusion>
...
...
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