Vaadin 8 + TouchKit 5

Hi, i created a new Vaadin project 8 and add dependency for TouchKit 5.
When compiled appear this error:

[ERROR]
Failed to execute goal com.vaadin:vaadin-maven-plugin:8.1.5:compile (default-cli) on project Sh24clientesweb: GWT Module com.vaadin.v7.Vaadin7WidgetSet not found in project sources or resources. → [Help 1]

Any idea ? Thanks.

Hi,

Do you have the dependency

com.vaadin
vaadin-compatibility-client

in your pom.xml? If not, try if adding it fixes the problem.

BR, Katri