Skip to content

Commit

Permalink
remove netty from web
Browse files Browse the repository at this point in the history
  • Loading branch information
tzfun committed Apr 28, 2023
1 parent 6ead180 commit 8eac487
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@ repositories {
}

dependencies {
compile(project(':convey')) {
exclude group: 'io.netty'
}
compile(project(':convey'))
compile(project(':core'))
// netty版本会被parent依赖替换
compile "io.netty:netty-all:${nettyVersion}"
implementation 'org.springframework.boot:spring-boot-starter'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc'
Expand Down

0 comments on commit 8eac487

Please sign in to comment.