parallel-consumer icon indicating copy to clipboard operation
parallel-consumer copied to clipboard

mockito dependency needs to be test scoped

Open wonmo01 opened this issue 3 years ago • 1 comments

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>

wonmo01 avatar Aug 10 '22 18:08 wonmo01

@astubbs I am not sure if this is intentional, but is there any chance this can be changed to test scoped?

wonmo01 avatar Aug 10 '22 18:08 wonmo01

Yes, that needs fixing

astubbs avatar Aug 16 '22 12:08 astubbs

Released as 0.5.2.2

https://github.com/confluentinc/parallel-consumer/releases/tag/0.5.2.2

astubbs avatar Aug 16 '22 19:08 astubbs