Skip to content

Commit 3745193

Browse files
committed
[test] Add missing junit jupiter engine
1 parent a05faf9 commit 3745193

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pmd-test/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@
8080
<groupId>org.slf4j</groupId>
8181
<artifactId>slf4j-simple</artifactId>
8282
</dependency>
83+
84+
<dependency>
85+
<groupId>org.junit.jupiter</groupId>
86+
<artifactId>junit-jupiter-engine</artifactId>
87+
<scope>test</scope>
88+
</dependency>
8389
<dependency>
8490
<groupId>org.mockito</groupId>
8591
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)