Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kafka-schema-serializer adds code dependency to jackson-dataformat-csv without the explicit dependency #2788

Closed
ozangunalp opened this issue Oct 12, 2023 · 0 comments

Comments

@ozangunalp
Copy link

Starting from 7.4.0 (with change 85c88b4) the kafka-schema-serializer adds a code dependency to jackson-dataformat-csv.

But the dependency is implicitly pulled from the kafka server dependency with provided scope,( org.apache.kafka:kafka_${kafka.scala.version}) which is usually not available in client applications.

I think the proper fix would be to remove the kafka server dependency and add missing dependency(ies) explicitly to the schema-serializer module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants