Skip to content

Commit d4da1bb

Browse files
committed
JUnit5 Api Dependency
1 parent 4076cc4 commit d4da1bb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,11 @@
182182
</contributors>
183183

184184
<dependencies>
185+
<dependency>
186+
<groupId>org.junit.jupiter</groupId>
187+
<artifactId>junit-jupiter-api</artifactId>
188+
<scope>test</scope>
189+
</dependency>
185190
<dependency>
186191
<groupId>org.junit.vintage</groupId>
187192
<artifactId>junit-vintage-engine</artifactId>

0 commit comments

Comments
 (0)