jetcd
jetcd copied to clipboard
Exclude grpc-protobuf-lite from dependencies
Hello! There is a classpact clash between:
com/google/protobuf/protobuf-java/3.6.1/protobuf-protobuf-java-3.6.1.jar
com/google/protobuf/protobuf-lite/3.0.1/protobuf-protobuf-lite-3.0.1.jar
Conflicted classes:
com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream
com.google.protobuf.AbstractMessageLite$Builder
com.google.protobuf.AbstractMessageLite
and 137 more
As suggested in https://github.com/grpc/grpc-java/issues/6332#issuecomment-545997451 Let's exclude io.grpc:grpc-protobuf-lite from dependencies
looks like it is not possible till the issue is solved on grpc-java side
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
Looks like issue is no longer actual, because there is no longer com.google.protobuf:protobuf-lite in dependency tree, only
@SButterfly can you retest again? @lburgazzoli can we close it?
Yes, thank you)
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.