parallel-consumer
parallel-consumer copied to clipboard
mockito dependency needs to be test scoped
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>
@astubbs I am not sure if this is intentional, but is there any chance this can be changed to test scoped?
Yes, that needs fixing
Released as 0.5.2.2
https://github.com/confluentinc/parallel-consumer/releases/tag/0.5.2.2