Skip to content

Commit b1c89ec

Browse files
committed
Remove testImplementation exclusion
it was unecessary
1 parent e3b136b commit b1c89ec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,6 @@ project('grpc-client') {
900900
testImplementation "org.springframework.grpc:spring-grpc-test"
901901

902902
configurations {
903-
testImplementation.exclude group: 'io.grpc', module: 'grpc-netty'
904903
testRuntimeOnly.exclude group: 'io.grpc', module: 'grpc-netty'
905904
}
906905
}

0 commit comments

Comments
 (0)