java.lang.NoClassDefFoundError: com/google/common/util/concurrent/FutureFallback

前端 未结 4 378
死守一世寂寞
死守一世寂寞 2020-12-06 04:39

I\'m seeing the following error :

java.lang.NoClassDefFoundError: com/google/common/util/concurrent/FutureFallback

when the cluster.c

4条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-06 05:17

    Don't add external guava version . whatever datastax-cassandra-core using only you can put that version . otherwise don't need of that .

提交回复
热议问题