sekruse / metanome-cli

Run Metanome algorithms from the command line
http://www.metanome.de/
Apache License 2.0
7 stars 6 forks source link

Fix fasterxml version issue #11

Closed Bensk1 closed 6 years ago

Bensk1 commented 6 years ago

This changes the version of fasterxml dependencies to 2.8.9 and fixes #10

sekruse commented 6 years ago

Thanks for spotting this issue and filing a PR - and sorry for following up on this only now!

I have just mvn install-ed a fresh Metanome and it appears the version of this dependency is indeed not 2.7.1 any more, but it is now 2.8.4:

$ mvn dependency:list --offline 
...
[INFO] com.fasterxml.jackson.core:jackson-core:jar:2.8.4:compile`.

I don't know about the versioning policy and compatibility guarantees of this dependency, so would you mind adapting the PR?

Bensk1 commented 6 years ago

Don‘t worry about following up now. Thank you for making me aware of the current version in Metanome, I adjusted the PR.

sekruse commented 6 years ago

Thanks! :)