java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkArgument

前端 未结 1 638
刺人心
刺人心 2020-12-04 01:21

I am trying to run this grpc-Java example on my local. Corresponding proto file for the same is here. When i try to run in on local it throws the following exception from he

1条回答
  •  旧巷少年郎
    2020-12-04 02:05

    **Please add following dependencies in your project.**
    
        com.google.guava
        guava
        23.6-jre
     
    
        org.apache.httpcomponents
        httpcore
        4.4.8
    
    

    0 讨论(0)
提交回复
热议问题