hello: i face a migration of a vaadin project from 7 to 8 and have problem

hello:
i face a migration of a vaadin project from 7 to 8
and have problem to fit compatible version of v-leaflet-editable
migrating v-leaflet (1.0.7 > 2.0.6) + v-leaflet-editable (2.0.2 > 2.0.4)

.the only think that not work is

leafletMap2.addOverlayAddListener(new LeafletOverlayAddListener() {
@Override
public void onOverlayAdd(LeafletOverlayAddEvent event) {

}
});

Error creating bean with name ‘mapaList’: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.vaadin.addon.leaflet.LMap.addOverlayAddListener(Lorg/vaadin/addon/leaflet/LeafletOverlayAddListener;)Lcom/vaadin/shared/Registration;

thanks…