metafacture / metafacture-core

Core package of the Metafacture tool suite for metadata processing.
https://metafacture.org
Apache License 2.0
71 stars 34 forks source link

Outdated jackson-core dependency? #244

Closed sschuepbach closed 8 years ago

sschuepbach commented 8 years ago

Hi We've ran into some problems experimenting with the new Elasticsearch Java API 2.0.0 in a MF-command. Apparently this new version depends on features in jackson-core introduced only in version 2.4. This conflicts with the version of jackson-core which metafacture-core defines in its POM , 2.3.2. Are there any reasons why metafacture-core relies on this quite outdated jackson-core library? Thanks for your reply, and keep up the good work!

Sebastian

cboehme commented 8 years ago

Hi, no, I do not think there are any reasons for not updating jackson-core. We just never updated it because there was no reason for doing, so we just kept it as it were. Feel free to update it and make a pull request (I hope, I get some time soon to merge all pending requests!)

Best, Christoph

sschuepbach commented 8 years ago

Hi Christoph, Thanks for your reply. So we will gladly do a respective pull request in the next couple of days.

Sebastian