Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Both use https://mvnrepository.com/artifact/com.microsoft.azure/azure-keyvault-core/1.2.2, which has a compile time dependency on native Guava.
As the modules themselves do not use native Guava anymore, that dependency now leaks into their MANIFEST, and makes the bundles incompatible with environments that have an earlier than the requested Guava version.
(We might have detected that if these bundles would be part of the OSGi tests).