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
We currently have jackson-databind in at least 4 jars. We should try to be more parsimonious with dependencies. Not sure how best to do this. For example, can we create a lib/common directory and put jackson-databind in there and strip it out of tika-serialization and various other jars?
We currently have jackson-databind in at least 4 jars. We should try to be more parsimonious with dependencies. Not sure how best to do this. For example, can we create a lib/common directory and put jackson-databind in there and strip it out of tika-serialization and various other jars?
Some ideas...
https://stackoverflow.com/questions/21114211/maven-assembly-plugin-add-dependencies
https://stackoverflow.com/questions/17845423/maven-shade-plugin-to-produce-two-jars
The text was updated successfully, but these errors were encountered: