shoothzj commented on PR #4426:
URL: https://github.com/apache/bookkeeper/pull/4426#issuecomment-2164090872

   I didn't see `bcpkix-jdk15on` in grpc-all's dependnecy, could you please 
have a check? I run `mvn dependency:tree` in my laptop.
   
   ```
   [INFO] com.shoothzj:grpc-examples:jar:1.0-SNAPSHOT
   [INFO] \- io.grpc:grpc-all:jar:1.64.0:compile
   [INFO]    +- io.grpc:grpc-api:jar:1.64.0:compile
   [INFO]    |  +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
   [INFO]    |  \- 
com.google.errorprone:error_prone_annotations:jar:2.23.0:compile
   [INFO]    +- io.grpc:grpc-auth:jar:1.64.0:compile
   [INFO]    |  \- 
com.google.auth:google-auth-library-credentials:jar:1.22.0:compile
   [INFO]    +- io.grpc:grpc-core:jar:1.64.0:compile
   [INFO]    |  +- com.google.code.gson:gson:jar:2.10.1:compile
   [INFO]    |  +- com.google.android:annotations:jar:4.1.1.4:runtime
   [INFO]    |  +- org.codehaus.mojo:animal-sniffer-annotations:jar:1.23:runtime
   [INFO]    |  +- io.perfmark:perfmark-api:jar:0.26.0:runtime
   [INFO]    |  \- io.grpc:grpc-context:jar:1.64.0:compile
   [INFO]    +- io.grpc:grpc-grpclb:jar:1.64.0:compile
   [INFO]    |  +- com.google.protobuf:protobuf-java:jar:3.25.1:compile
   [INFO]    |  \- com.google.protobuf:protobuf-java-util:jar:3.25.1:compile
   [INFO]    +- io.grpc:grpc-inprocess:jar:1.64.0:compile
   [INFO]    +- io.grpc:grpc-netty:jar:1.64.0:compile
   [INFO]    |  +- io.netty:netty-codec-http2:jar:4.1.100.Final:compile
   [INFO]    |  |  +- io.netty:netty-common:jar:4.1.100.Final:compile
   [INFO]    |  |  +- io.netty:netty-buffer:jar:4.1.100.Final:compile
   [INFO]    |  |  +- io.netty:netty-transport:jar:4.1.100.Final:compile
   [INFO]    |  |  |  \- io.netty:netty-resolver:jar:4.1.100.Final:compile
   [INFO]    |  |  +- io.netty:netty-codec:jar:4.1.100.Final:compile
   [INFO]    |  |  +- io.netty:netty-handler:jar:4.1.100.Final:compile
   [INFO]    |  |  \- io.netty:netty-codec-http:jar:4.1.100.Final:compile
   [INFO]    |  +- io.netty:netty-handler-proxy:jar:4.1.100.Final:runtime
   [INFO]    |  |  \- io.netty:netty-codec-socks:jar:4.1.100.Final:runtime
   [INFO]    |  \- 
io.netty:netty-transport-native-unix-common:jar:4.1.100.Final:compile
   [INFO]    +- io.grpc:grpc-okhttp:jar:1.64.0:compile
   [INFO]    |  \- com.squareup.okio:okio:jar:3.4.0:runtime
   [INFO]    |     \- com.squareup.okio:okio-jvm:jar:3.4.0:runtime
   [INFO]    |        +- 
org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.8.0:runtime
   [INFO]    |        |  +- org.jetbrains.kotlin:kotlin-stdlib:jar:1.8.0:runtime
   [INFO]    |        |  |  \- org.jetbrains:annotations:jar:13.0:runtime
   [INFO]    |        |  \- 
org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.8.0:runtime
   [INFO]    |        \- 
org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.8.0:runtime
   [INFO]    +- io.grpc:grpc-opentelemetry:jar:1.64.0:compile
   [INFO]    |  +- io.opentelemetry:opentelemetry-api:jar:1.36.0:runtime
   [INFO]    |  |  \- io.opentelemetry:opentelemetry-context:jar:1.36.0:runtime
   [INFO]    |  \- 
com.google.auto.value:auto-value-annotations:jar:1.10.4:compile
   [INFO]    +- io.grpc:grpc-protobuf:jar:1.64.0:compile
   [INFO]    |  +- 
com.google.api.grpc:proto-google-common-protos:jar:2.29.0:compile
   [INFO]    |  \- io.grpc:grpc-protobuf-lite:jar:1.64.0:runtime
   [INFO]    +- io.grpc:grpc-rls:jar:1.64.0:compile
   [INFO]    +- io.grpc:grpc-services:jar:1.64.0:compile
   [INFO]    |  \- com.google.j2objc:j2objc-annotations:jar:2.8:compile
   [INFO]    +- io.grpc:grpc-servlet:jar:1.64.0:compile
   [INFO]    +- io.grpc:grpc-servlet-jakarta:jar:1.64.0:compile
   [INFO]    +- io.grpc:grpc-stub:jar:1.64.0:compile
   [INFO]    +- io.grpc:grpc-testing:jar:1.64.0:compile
   [INFO]    |  \- junit:junit:jar:4.13.2:compile
   [INFO]    |     \- org.hamcrest:hamcrest-core:jar:1.3:compile
   [INFO]    +- io.grpc:grpc-util:jar:1.64.0:compile
   [INFO]    +- io.grpc:grpc-xds:jar:1.64.0:compile
   [INFO]    |  +- io.opencensus:opencensus-proto:jar:0.2.0:compile
   [INFO]    |  +- io.grpc:grpc-alts:jar:1.64.0:compile
   [INFO]    |  |  +- org.conscrypt:conscrypt-openjdk-uber:jar:2.5.2:compile
   [INFO]    |  |  \- 
com.google.auth:google-auth-library-oauth2-http:jar:1.22.0:compile
   [INFO]    |  |     +- 
com.google.http-client:google-http-client:jar:1.43.3:compile
   [INFO]    |  |     |  +- 
org.apache.httpcomponents:httpclient:jar:4.5.14:compile
   [INFO]    |  |     |  |  +- commons-logging:commons-logging:jar:1.2:compile
   [INFO]    |  |     |  |  \- commons-codec:commons-codec:jar:1.11:compile
   [INFO]    |  |     |  +- 
org.apache.httpcomponents:httpcore:jar:4.4.16:compile
   [INFO]    |  |     |  +- io.opencensus:opencensus-api:jar:0.31.1:compile
   [INFO]    |  |     |  \- 
io.opencensus:opencensus-contrib-http-util:jar:0.31.1:compile
   [INFO]    |  |     \- 
com.google.http-client:google-http-client-gson:jar:1.43.3:compile
   [INFO]    |  +- com.google.re2j:re2j:jar:1.7:compile
   [INFO]    |  \- io.grpc:grpc-netty-shaded:jar:1.64.0:compile
   [INFO]    \- com.google.guava:guava:jar:32.1.3-jre:compile
   [INFO]       +- com.google.guava:failureaccess:jar:1.0.1:compile
   [INFO]       +- 
com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
   [INFO]       \- org.checkerframework:checker-qual:jar:3.37.0:compile
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to