vaadin-spring-addon-eventbus

Hello, I’m trying to use this maven dependensy in my project:

org.vaadin.spring.addons
vaadin-spring-addon-eventbus
0.0.7.RELEASE

but when I add this dependency, i get en error on
import com.vaadin.spring.annotation.
SpringViewDisplay
;

SpringViewDisplay is not found, because version of com.vaadin:vaadin-spring turns into 1.0.0
instead of 1.2.0
how can I fix it?

31501.xml (2.61 KB)

i have found how to exclude unwanted dependency, it’s very simple:

org.vaadin.spring.addons vaadin-spring-addon-eventbus 0.0.7.RELEASE com.vaadin vaadin-spring

Hi Andrey,

if you are working with Vaadin 7 you should probably use 0.0.8-SNAPSHOT. I know it’s not a release, but as far as I know 0.0.7 does not work well with the latest vaadin-spring version (1.2)

If you want to upgrade to Vaadin 8 you should use 2.0.0-SNAPSHOT.

Best regards,
Samuel