Skip to content

Commit 475df84

Browse files
Exclude older version of unit
1 parent a518688 commit 475df84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,12 @@ Bundle-DocURL:
778778
<artifactId>junit-addons</artifactId>
779779
<version>1.4</version>
780780
<scope>test</scope>
781+
<exclusions>
782+
<exclusion>
783+
<groupId>junit</groupId>
784+
<artifactId>junit</artifactId>
785+
</exclusion>
786+
</exclusions>
781787
</dependency>
782788
<dependency>
783789
<groupId>io.wcm</groupId>

0 commit comments

Comments
 (0)