[MNG-7035] remove duplicate dependency (causing warning on build)

This commit is contained in:
Hervé Boutemy 2021-02-20 19:59:14 +01:00
parent 9b5b8d4082
commit a515fbe04e
1 changed files with 0 additions and 7 deletions

View File

@ -43,7 +43,6 @@ under the License.
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>${junitVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
@ -74,12 +73,6 @@ under the License.
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.7.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>