vaadin / serverside-elements

Vaadin add-on that makes it easy to use Web Components or any HTML elements from Vaadin Framework
https://vaadin.com/addon/elements-add-on
Apache License 2.0
14 stars 12 forks source link

Remove explicit JSoup dependency #23

Closed Legioth closed 5 years ago

Legioth commented 5 years ago

The appropriate JSoup version is already included as a transitive dependency from vaadin-server. Without an explicit dependency, the JSoup version compatible with the used Vaadin version will be used.