Upgrade to org.seleniumhq.selenium:selenium-server-standalone:2.6.0
There are few changes in the API:
- WebElement.getValue() replaced with WebElement.getAttribute("value")
- WebElement.setSelected() removed; create a Select object instead and call selectByValue, selectByIndex or selectByVisibleText