Dan,

Thanks for asking about these dependencies. The attached image did not come
through to the list, but the XML snippet shows the standard test
dependencies. These dependencies are applied to all modules by design, to
avoid unnecessary repetition in child modules.

Regards,
David Handermann

On Thu, Sep 29, 2022 at 4:06 PM Dan S <dsti...@gmail.com> wrote:

> When looking in the top level pom.xml in IntelliJ I see
>
> [image: image.png]
>
>
> The duplicate dependencies are:
> <dependency>
> <groupId>org.junit.jupiter</groupId>
> <artifactId>junit-jupiter-api</artifactId>
> <scope>test</scope>
> </dependency>
> <dependency>
>     <groupId>org.junit.jupiter</groupId>
>     <artifactId>junit-jupiter-engine</artifactId>
>     <scope>test</scope>
> </dependency>
> <dependency>
>     <groupId>org.mockito</groupId>
>     <artifactId>mockito-core</artifactId>
>     <scope>test</scope>
> </dependency>
> <dependency>
>     <groupId>org.slf4j</groupId>
>     <artifactId>slf4j-simple</artifactId>
>     <scope>test</scope>
> </dependency>
> <dependency>
>     <groupId>org.codehaus.groovy</groupId>
>     <artifactId>groovy-test</artifactId>
>     <scope>test</scope>
> </dependency>
>
> I assume these are oversites. Is this something a ticket should be made
> for to fix?
>
>
>
>

Reply via email to