In the published jar files of Version 1.1.0 and 1.1.1 (and maybe others) contains entries of dependencies
Class-Path: vaadin-server-7.1.9.jar vaadin-shared-7.1.9.jar vaadin-sha red-deps-1.0.2.jar vaadin-theme-compiler-7.1.9.jar commons-jexl-2.1.1 .jar commons-logging-1.1.1.jar cssparser-0.9.5.jar commons-cli-1.2.ja r jsoup-1.6.3.jar sac-1.3.jar
One fact is, that these dependencies are marked as "provided" in the pom, other problem is that the files are located wrong and they have a hardcoded version.
Can you remove these entries out of MANIFEST.MF and manage the decencies only in maven style?
It would be nice to have a patched version.
Kind regards
In the published jar files of Version 1.1.0 and 1.1.1 (and maybe others) contains entries of dependencies
Class-Path: vaadin-server-7.1.9.jar vaadin-shared-7.1.9.jar vaadin-sha red-deps-1.0.2.jar vaadin-theme-compiler-7.1.9.jar commons-jexl-2.1.1 .jar commons-logging-1.1.1.jar cssparser-0.9.5.jar commons-cli-1.2.ja r jsoup-1.6.3.jar sac-1.3.jarOne fact is, that these dependencies are marked as "provided" in the pom, other problem is that the files are located wrong and they have a hardcoded version.
Can you remove these entries out of MANIFEST.MF and manage the decencies only in maven style?
It would be nice to have a patched version.
Kind regards