vaadin-client-compiler and transitive dependencies should not be packaged t

Hi,

We have a project built on Vaadin 7 + Maven and we uses own Widgetset compilation.

However after i run maven install the vaadin-client-compiler.jar and transitive libraries are packaged to war, which is not neccessery.
How could i tell maven-vaadin-plugin to not include these jar in the war project?

Many thanks,
Ondra

Add provided for those dependencies.