During integration work done as part of https://github.com/de-jena/MDO/pull/8, I applied a temporary solution for org.gecko.emf.persistence.jdbc bundle in order to force it to accept latest version of org.gecko.emf.utilities, as its import accepted only version up to 2.x, and latest version is 2.2.0.
This needs to be addressed in Gecko Persistence project itself directly, new release of that project created, and only then will it be possible to update these Gecko Persistence dependencies in MDO project and remove org.gecko.emf.persistence.jdbc from its local repository.
During integration work done as part of https://github.com/de-jena/MDO/pull/8, I applied a temporary solution for
org.gecko.emf.persistence.jdbc
bundle in order to force it to accept latest version oforg.gecko.emf.utilities
, as its import accepted only version up to 2.x, and latest version is 2.2.0.This needs to be addressed in Gecko Persistence project itself directly, new release of that project created, and only then will it be possible to update these Gecko Persistence dependencies in MDO project and remove
org.gecko.emf.persistence.jdbc
from its local repository.