Description
oak-solr-osgi embeds jackson-core and jackson-dataformat-smile, currently at 2.9.10.
Once we update the project's jackson dependency to 2.10.1, oak-solr-osgi will break because the in jackson, dependencies and packaging changed.
To make oak-solr-osgi work with 2.9.10, we'll have to also include -databind and -annotations, increasing the bundle size by ~1.4M.
For now and instead, I'll hardwire the 2.9.10 dependency and let the indexing team (cc thomasm, teofili) decide how to proceed with the general question about what to embed in the bundle.
Attachments
Issue Links
- blocks
-
OAK-8824 update jackson dependency to 2.10.1
- Closed