Reputation: 9584
I have started to integrate Redission, redis java client to a sample java app. Now as soon as I extend Redisson
, I get a error close to the package
definition.
The type io.netty.util.concurrent.Future cannot be resolved. It is indirectly referenced from required .class files
What does this mean ?
Upvotes: 1
Views: 711
Reputation: 1032
You can try the redisson-all.jar which has netty dependency included.
Upvotes: 1