Hi When i try to configure jest client I got
java.lang.NoClassDefFoundError:: io.searchbox.client.config.idle.ReapableConnectionManager.
I use the mvn dependency of searchbox is .
<dependency>
<groupId>io.searchbox</groupId>
<artifactId>jest</artifactId>
<version>0.1.7</version>
</dependency>
. After seeing the error i found the class
Reapableconnectionmanager,which is already exist there. Is any one guide me to fix this error .
Thanks in advance.