jetcd icon indicating copy to clipboard operation
jetcd copied to clipboard

Exclude grpc-protobuf-lite from dependencies

Open SButterfly opened this issue 5 years ago • 4 comments

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

SButterfly avatar Nov 05 '19 10:11 SButterfly

looks like it is not possible till the issue is solved on grpc-java side

lburgazzoli avatar Feb 18 '20 17:02 lburgazzoli

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.

github-actions[bot] avatar Apr 19 '20 00:04 github-actions[bot]

Looks like issue is no longer actual, because there is no longer com.google.protobuf:protobuf-lite in dependency tree, only protobuf-java protobuf-lite

@SButterfly can you retest again? @lburgazzoli can we close it?

sudoHackIn avatar Dec 18 '21 13:12 sudoHackIn

Yes, thank you)

SButterfly avatar Dec 20 '21 08:12 SButterfly

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.

github-actions[bot] avatar Dec 03 '22 00:12 github-actions[bot]