Skip to content

Commit dd4f9cd

Browse files
MSONAR-208 Add junit-jupiter-api to enable the execution of tests from Intellij (#199)
1 parent 0faeade commit dd4f9cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@
148148
<version>4.13.1</version>
149149
<scope>test</scope>
150150
</dependency>
151+
<dependency>
152+
<groupId>org.junit.jupiter</groupId>
153+
<artifactId>junit-jupiter-api</artifactId>
154+
<version>5.10.2</version>
155+
<scope>test</scope>
156+
</dependency>
151157
<dependency>
152158
<groupId>org.junit.vintage</groupId>
153159
<artifactId>junit-vintage-engine</artifactId>

0 commit comments

Comments
 (0)