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
1534ca41
Commit
1534ca41
authored
Jan 26, 2016
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add dependency management for netty
Fixes gh-710
parent
7bdab0f2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
5 deletions
+12
-5
pom.xml
pom.xml
+11
-0
pom.xml
spring-cloud-netflix-core/pom.xml
+0
-5
pom.xml
spring-cloud-netflix-dependencies/pom.xml
+1
-0
No files found.
pom.xml
View file @
1534ca41
...
...
@@ -22,6 +22,7 @@
<properties>
<bintray.package>
netflix
</bintray.package>
<main.basedir>
${basedir}
</main.basedir>
<netty.version>
4.0.27.Final
</netty.version>
</properties>
<build>
<plugins>
...
...
@@ -61,6 +62,16 @@
<scope>
import
</scope>
</dependency>
<dependency>
<groupId>
io.netty
</groupId>
<artifactId>
netty-codec-http
</artifactId>
<version>
${netty.version}
</version>
</dependency>
<dependency>
<groupId>
io.netty
</groupId>
<artifactId>
netty-transport-native-epoll
</artifactId>
<version>
${netty.version}
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.dataformat
</groupId>
<artifactId>
jackson-dataformat-smile
</artifactId>
<version>
${jackson.version}
</version>
...
...
spring-cloud-netflix-core/pom.xml
View file @
1534ca41
...
...
@@ -40,11 +40,6 @@
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-commons
</artifactId>
<optional>
true
</optional>
...
...
spring-cloud-netflix-dependencies/pom.xml
View file @
1534ca41
...
...
@@ -6,6 +6,7 @@
<artifactId>
spring-cloud-dependencies-parent
</artifactId>
<groupId>
org.springframework.cloud
</groupId>
<version>
1.1.0.BUILD-SNAPSHOT
</version>
<relativePath/>
</parent>
<artifactId>
spring-cloud-netflix-dependencies
</artifactId>
<version>
1.1.0.BUILD-SNAPSHOT
</version>
...
...
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