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-connect-mongodb-1.2.0-jar-with-dependencies.jar contains superfluous dependencies #58

Open
gunnarmorling opened this issue Nov 2, 2018 · 1 comment

Comments

@gunnarmorling
Copy link

gunnarmorling commented Nov 2, 2018

Hi @hpgrahsl, it appears as if the dependencies could be optimed a bit, as there are some Maven plug-in related things in there. This seems to be caused by this dependency:

<dependency>
    <groupId>io.confluent</groupId>
    <artifactId>kafka-connect-maven-plugin</artifactId>
    <version>${confluent.connect.plugin.version}</version>
</dependency>

Is this actually needed as a project dependency or should it rather be configured as a plug-in?

@hpgrahsl
Copy link
Owner

hpgrahsl commented Nov 2, 2018

@gunnarmorling thx for reporting this. you are absolutely right. it should definitely be configured as a plug-in. also I'd assume that this is not the only thing to optimize in this regard :)

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

No branches or pull requests

2 participants