forked from phoedos/pmd
Remove obsolete dependency junit-dep
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -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 -->
|
||||||
|
Reference in New Issue
Block a user