Skip to content

Commit

Permalink
Remove unused dependencies from servicetalk-transport-netty (#3079)
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 authored Oct 15, 2024
1 parent 412460f commit 16d49bc
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,10 +17,8 @@
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")
}

0 comments on commit 16d49bc

Please sign in to comment.