Jsoup is not avalible in Vaadin 8.1.1 ?

It this atencional or a mistake? After upgrade to 8.1.1. from 8.1.0 i dont have Jsoup library avalible.

There hasn’t been any change related to this - jsoup is still a dependency of vaadin-server as it is used by BootstrapHandler and declarative layout support. A clean build might help. Otherwise, please check “mvn dependency:tree” in your project.

Please note, though, that the dependency is mostly for internal use and could change in some future version, so an explicit dependency in your application would be good if you need JSoup.

Thank you for your reply and tip. I had network problem with JFrog network. And i did include explicit dependency and it works.