java-json-tools/json-patch

Unable to use json-patch in osgi with new guava version

Opened this issue · 1 comments

json-patch requires jackson-coreutils. Manifest of jackson-coreutils contains import statements for guava with version [16.0,17). It means that coreutils requires specific guava to be successfully installed in osgi environment.

A Guava-free version of jackson-coreutils is forthcoming. See java-json-tools/jackson-coreutils#42 and java-json-tools/jackson-coreutils#11