Skip to content

Commit cc01037

Browse files
committed
Remove unnecessary junit exclusion
1 parent a0ce5a6 commit cc01037

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -781,12 +781,6 @@
781781
<artifactId>pmd-lang-test</artifactId>
782782
<version>${pmd.core.version}</version>
783783
<scope>test</scope>
784-
<exclusions>
785-
<exclusion>
786-
<groupId>junit</groupId>
787-
<artifactId>junit</artifactId>
788-
</exclusion>
789-
</exclusions>
790784
</dependency>
791785

792786
<dependency>

0 commit comments

Comments
 (0)