Vaadin 7.0.3 invalid JSoup 1.6.3 transient dependency

Hi Guys.

I just downloaded Vaadin 7.0.3 and had some problem creating an initial demo app.

I am using the Vaadin Eclipse plugin and created a web project, however when I run the app (on Jetty in my case) A Java Exception is generated regarding a missing JSoup Element(Tag, String) constructor from the Vaadin server jar.

Looking at the transient dependencies it uses jsoup-1.6.3 with compile time dependency but when you run it there is an exception.

To get over this I added the JSoup 1.7.2 jar to my Vaadin project, relaunched and all was fine.

Regards

Steve