I need to upgrade the ParaNamer version being used by Apache Avro, but simply changing the version would break the build as we didn't "pin" the version globally in the dependency management section.
It turns out ParaNamer is an optional dependency of Avro, and we never need it: I'm removing it.
|