|
Rather than including a the jar in the hibernate-search-engine module, and then declaring an optional dependency on Apache Avro we should have an optional dependency to the avro-serialization module which has a strong dependency to Apache Avro. That is a correct dependency declaration and also allows us to not depend directly on dependencies such as Avro or Jackson (i.e. these get properly hidden from our engine's classloader)
|