larsga / Duke

Duke is a fast and flexible deduplication engine written in Java
Apache License 2.0
614 stars 194 forks source link

duke-lucene is not deployed on Maven Central #240

Open marco-brandizi opened 7 years ago

marco-brandizi commented 7 years ago

Duke 1.2 is available on Maven Central. That's great, however, if I try to use Lucene, Maven tells me "Failure to find no.priv.garshol.duke:duke-lucene:jar:1.2". Indeed, I don't see it on Maven Central and it should be added.

fabriziofortino commented 7 years ago

@marco-brandizi the multi-model structure has been introduced in version 1.3 (not yet released) See here https://github.com/larsga/Duke/pull/191 . Duke 1.2 is a uber jar with all the dependencies included (even lucene).

marco-brandizi commented 7 years ago

Oh, I see, I'll try 1.2, thanks.