Remove duplicated dependency declaration

Causing a maven warning
Same dependency is declared 20 lines above.
This commit is contained in:
Clément Fournier
2023-03-17 14:55:00 +01:00
parent 11e2a8687e
commit 24a089bfd3

View File

@@ -58,11 +58,6 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-lambda</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>