We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From parent pom.xml, mockito dependency is not scoped as test. https://github.com/confluentinc/parallel-consumer/blob/master/pom.xml#L335-L339
<dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> <version>${mockito.version}</version> <!-- <scope>test</scope> <<<<<<<<<<<< MISSING --> </dependency>
The text was updated successfully, but these errors were encountered:
@astubbs I am not sure if this is intentional, but is there any chance this can be changed to test scoped?
Sorry, something went wrong.
Yes, that needs fixing
Released as 0.5.2.2
https://github.com/confluentinc/parallel-consumer/releases/tag/0.5.2.2
Successfully merging a pull request may close this issue.
From parent pom.xml, mockito dependency is not scoped as test.
https://github.com/confluentinc/parallel-consumer/blob/master/pom.xml#L335-L339
The text was updated successfully, but these errors were encountered: