toolisticon / avro-kotlin

Opionionated set of extension functions and helpers for using Apache Avro with Kotlin
https://avro-kotlin.toolisticon.io/stable/
Apache License 2.0
3 stars 0 forks source link

Wrap avro libs into project internal libs to manage outdated dependencies. #80

Closed jangalinski closed 2 months ago

jangalinski commented 2 months ago

Our setup with the _parent, the exclusions, the boms ... all did not work 100%. apacho avro brings very outdated 3rd party deps (slf4j-api, commons-text, ..)

What works: We provide regular maven-modules (packaging: jar) which do not contain code but set up the exclusion and transitive deps for critical 3rd party libs we need.