Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
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
DEMO
spring-boot
Commits
21878f85
Commit
21878f85
authored
Feb 20, 2017
by
Brian Clozel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Manage Netty in Boot dependencies
parent
f331ac13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
14 deletions
+24
-14
pom.xml
spring-boot-dependencies/pom.xml
+24
-9
pom.xml
spring-boot-parent/pom.xml
+0
-5
No files found.
spring-boot-dependencies/pom.xml
View file @
21878f85
...
@@ -838,47 +838,62 @@
...
@@ -838,47 +838,62 @@
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
io.netty
</groupId>
<groupId>
io.netty
</groupId>
<artifactId>
netty-co
mmon
</artifactId>
<artifactId>
netty-co
dec
</artifactId>
<version>
${netty.version}
</version>
<version>
${netty.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
io.netty
</groupId>
<groupId>
io.netty
</groupId>
<artifactId>
netty-
handler-proxy
</artifactId>
<artifactId>
netty-
codec-http
</artifactId>
<version>
${netty.version}
</version>
<version>
${netty.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
io.netty
</groupId>
<groupId>
io.netty
</groupId>
<artifactId>
netty-
transport
</artifactId>
<artifactId>
netty-
codec-socks
</artifactId>
<version>
${netty.version}
</version>
<version>
${netty.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
io.netty
</groupId>
<groupId>
io.netty
</groupId>
<artifactId>
netty-
transport-udt
</artifactId>
<artifactId>
netty-
codec-stomp
</artifactId>
<version>
${netty.version}
</version>
<version>
${netty.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
io.netty
</groupId>
<groupId>
io.netty
</groupId>
<artifactId>
netty-
transport-sctp
</artifactId>
<artifactId>
netty-
common
</artifactId>
<version>
${netty.version}
</version>
<version>
${netty.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
io.netty
</groupId>
<groupId>
io.netty
</groupId>
<artifactId>
netty-
transport-rxtx
</artifactId>
<artifactId>
netty-
handler
</artifactId>
<version>
${netty.version}
</version>
<version>
${netty.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
io.netty
</groupId>
<groupId>
io.netty
</groupId>
<artifactId>
netty-
resolver-dns
</artifactId>
<artifactId>
netty-
handler-proxy
</artifactId>
<version>
${netty.version}
</version>
<version>
${netty.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
io.netty
</groupId>
<groupId>
io.netty
</groupId>
<artifactId>
netty-
codec-stomp
</artifactId>
<artifactId>
netty-
transport
</artifactId>
<version>
${netty.version}
</version>
<version>
${netty.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
io.netty
</groupId>
<groupId>
io.netty
</groupId>
<artifactId>
netty-codec-socks
</artifactId>
<artifactId>
netty-transport-udt
</artifactId>
<version>
${netty.version}
</version>
</dependency>
<dependency>
<groupId>
io.netty
</groupId>
<artifactId>
netty-transport-sctp
</artifactId>
<version>
${netty.version}
</version>
</dependency>
<dependency>
<groupId>
io.netty
</groupId>
<artifactId>
netty-transport-rxtx
</artifactId>
<version>
${netty.version}
</version>
</dependency>
<dependency>
<groupId>
io.netty
</groupId>
<artifactId>
netty-resolver-dns
</artifactId>
<version>
${netty.version}
</version>
<version>
${netty.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
spring-boot-parent/pom.xml
View file @
21878f85
...
@@ -69,11 +69,6 @@
...
@@ -69,11 +69,6 @@
<artifactId>
android-json
</artifactId>
<artifactId>
android-json
</artifactId>
<version>
0.0.20131108.vaadin1
</version>
<version>
0.0.20131108.vaadin1
</version>
</dependency>
</dependency>
<dependency>
<groupId>
io.netty
</groupId>
<artifactId>
netty-all
</artifactId>
<version>
4.0.38.Final
</version>
</dependency>
<dependency>
<dependency>
<groupId>
io.spring.gradle
</groupId>
<groupId>
io.spring.gradle
</groupId>
<artifactId>
dependency-management-plugin
</artifactId>
<artifactId>
dependency-management-plugin
</artifactId>
...
...
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