Error in TestCassandra - A needed class was not found. … Missing class: com/google/common/util/concurrent/FutureFallback

余生颓废 提交于 2019-12-11 15:54:41

问题


I upgraded my set up to Play 2.7, Silhouette 6 and also updated TestCassandra to 2.0.4. My set up uses cassandra 3.11.4. When I start my test, I get error

A needed class was not found. This could be due to an error in your runpath. Missing class: com/google/common/util/concurrent/FutureFallback

How can I fix the issue?

There are few answers in SO but they require updating pom.xml. I am not using pom.xml in the test setup.

来源:https://stackoverflow.com/questions/57610622/error-in-testcassandra-a-needed-class-was-not-found-missing-class-com-go

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!