Skip to content

Commit 32f2ae9

Browse files
http-netty: remove dependency on loadbalancer-experimental (#3355)
#### Motivation We switched the default over to DefaultLoadBalancer already but still include the experimental module. #### Modifications Remove the dependency.
1 parent 25193c2 commit 32f2ae9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

servicetalk-http-netty/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ dependencies {
4848
implementation "io.netty:netty-transport"
4949
implementation "org.slf4j:slf4j-api:$slf4jVersion"
5050

51-
runtimeOnly project(":servicetalk-loadbalancer-experimental-provider")
52-
5351
testImplementation enforcedPlatform("com.fasterxml.jackson:jackson-bom:$jacksonVersion")
5452
testImplementation enforcedPlatform("org.junit:junit-bom:$junit5Version")
5553
testImplementation testFixtures(project(":servicetalk-buffer-api"))

0 commit comments

Comments
 (0)