Skip to content

Commit b2d2b41

Browse files
committed
Fixed maven
1 parent 8c9fbe6 commit b2d2b41

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
@@ -181,6 +181,12 @@
181181
<version>[5.13.0,)</version>
182182
<scope>test</scope>
183183
</dependency>
184+
<dependency>
185+
<groupId>org.junit.platform</groupId>
186+
<artifactId>junit-platform-launcher</artifactId>
187+
<version>[1.13.0,)</version>
188+
<scope>test</scope>
189+
</dependency>
184190
<dependency>
185191
<groupId>org.hamcrest</groupId>
186192
<artifactId>hamcrest-core</artifactId>

0 commit comments

Comments
 (0)