You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MANIFEST.MF of com.fasterxml.jackson.datatype:jackson-datatype-guava:2.17.2 defines as dependency for example:
com.google.common.base;version="[25.1.0.jre0,99)"
This means the minimum version is 25.1.0.jre0 and the maximum version 99.
The problem is that guava has no version 25.1.0.jre0 only maven version 25.1-jre (which has the OSGI version 25.1.0.jre) .
Therefore the whole library can not be used in an OSGi environment as it is impossible to satisfy it's version requirements.