binance-exchange/binance-java-api

ClassNotFoundException - MessageLite

kincsescsaba opened this issue · 0 comments

Hi,
After fetching the sources, building the library with mvn install, and copying the jar under /lib in my project, I get the following error:
java.lang.ClassNotFoundException: com.google.protobuf.MessageLite

It looks like there is a problem with ProtoBuf, and I can't find a straightforward way to add that dependency; it's confusing which way to do that, what version to use, etc.

Can you please check that?