elastic / observability-examples

This repository contains examples for Elastic Observability
Apache License 2.0
16 stars 13 forks source link

in every pom.xml this junit dependency is duplicated one can be removed #29

Open nagkumar opened 3 months ago

nagkumar commented 3 months ago
    <dependency>
        <groupId>junit</groupId>
        <artifactId>junit</artifactId>
        <version>4.11</version>
        <scope>test</scope>
    </dependency>
nagkumar commented 3 months ago

b.t.w none of the java code has unit tests.. so both junit blocks are unnecessary can be removed