Vaadin 7.2.3 JARs needed for server deployment

I’m upgrading from 7.1 to 7.2.3 and noted a new set of Vaadin JARs.

Does the server deployment need any of the following (assuming I’ve already compiled my styles.css through SASS):
android-json…vaadin1.jar
commons-jexl (previously not)
cssparser (previously not)
flute…gg2
guava…vaadin1
sac (previously not)
streamhtmlparser-jsilver…vaadin1
vaadin-sass-compiler

Thanks,
David

If you exclude the transitive dependency to vaadin-sass-compiler in your dependency management system, also sac and cssparser should disappear if I remember correctly. Flute is primarily used by vaadin-sass-compiler, but apparently also from vaadin-shared. I’m not quite sure about commons-jexl.

Some of the other libraries used to be grouped in vaadin-shared-deps. The JSON library implementation used changed for 7.2, but is changing back in 7.3 (there should be other threads with more information about this).