Remove obsolete dependency junit-dep

This commit is contained in:
Andreas Dangel
2021-07-29 11:24:49 +02:00
parent e6663b0ea0
commit 92efe6afb8

View File

@@ -806,6 +806,12 @@
<artifactId>system-rules</artifactId> <artifactId>system-rules</artifactId>
<version>1.19.0</version> <version>1.19.0</version>
<scope>test</scope> <scope>test</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<!-- Kotlin --> <!-- Kotlin -->