File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
clients/java/base/src/test/java/org/apache/bookkeeper/clients/utils Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2424
2525import io .grpc .ManagedChannelBuilder ;
2626import io .grpc .inprocess .InProcessChannelBuilder ;
27- import io .grpc .netty .NettyChannelBuilder ;
27+ import io .grpc .netty .shaded . io . grpc . netty . NettyChannelBuilder ;
2828import org .apache .bookkeeper .clients .config .StorageClientSettings ;
2929import org .junit .Test ;
3030
Original file line number Diff line number Diff line change 4242 <exclusions >
4343 <exclusion >
4444 <groupId >io.grpc</groupId >
45- <artifactId >grpc-netty-shaded </artifactId >
45+ <artifactId >grpc-netty</artifactId >
4646 </exclusion >
4747 <exclusion >
4848 <groupId >org.bouncycastle</groupId >
6262 </exclusion >
6363 </exclusions >
6464 </dependency >
65+ <dependency >
66+ <groupId >io.grpc</groupId >
67+ <artifactId >grpc-netty-shaded</artifactId >
68+ </dependency >
6569 <dependency >
6670 <groupId >javax.annotation</groupId >
6771 <artifactId >javax.annotation-api</artifactId >
Original file line number Diff line number Diff line change 3434 <exclusions >
3535 <exclusion >
3636 <groupId >io.grpc</groupId >
37- <artifactId >grpc-netty-shaded </artifactId >
37+ <artifactId >grpc-netty</artifactId >
3838 </exclusion >
3939 <exclusion >
4040 <groupId >org.bouncycastle</groupId >
5454 </exclusion >
5555 </exclusions >
5656 </dependency >
57+ <dependency >
58+ <groupId >io.grpc</groupId >
59+ <artifactId >grpc-netty-shaded</artifactId >
60+ </dependency >
5761 <dependency >
5862 <groupId >com.google.protobuf</groupId >
5963 <artifactId >protobuf-java</artifactId >
You can’t perform that action at this time.
0 commit comments