Vaadin 7 Project in Eclipse: ivy problem

Hello,

I just have created a new Vaadin 7 Project in eclipse based on vaadin7-beta9. However, I can’t work with it because eclipse is complaining about ‘unresolved dependency: org.apache.xerces#xerces;2.9+ not found’.

Any idea how to get rid of this?

Cheers,

aanno

PS:
Looking at vaadin-client-compiler-7.0.0.beta9.jar, it seems to me like an xerces (implementation) is included in the JAR. Why ivy still insist on a standalone xerces? Looking at my ivy cache, there is .ivy2/cache/org.apache.xerces/xerces/jars/xercesImpl-2.9.1.jar and .ivy2/packager/cache/Xerces-J-bin.2.9.1.tar.gz and .ivy2/packager/cache/Xerces-J-bin.2.10.0.tar.gz. Is the dependency missing just bad named?