Skip to content

Commit

Permalink
Remove unused dependencies from servicetalk-transport-netty
Browse files Browse the repository at this point in the history
Motivation:

`servicetalk-transport-netty` does not depend on `concurrent-api` or
`concurrent-internal`.
  • Loading branch information
idelpivnitskiy committed Oct 15, 2024
1 parent c203ed2 commit b30e10c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions servicetalk-transport-netty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@
apply plugin: "io.servicetalk.servicetalk-gradle-plugin-internal-library"

dependencies {
api project(":servicetalk-concurrent-api")
api project(":servicetalk-transport-api")

implementation project(":servicetalk-annotations")
implementation project(":servicetalk-concurrent-internal")
implementation project(":servicetalk-transport-netty-internal")
implementation "io.netty:netty-common"
}

0 comments on commit b30e10c

Please sign in to comment.