We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d87c64 commit 10f9aceCopy full SHA for 10f9ace
pom.xml
@@ -176,6 +176,10 @@
176
<groupId>org.codehaus.groovy</groupId>
177
<artifactId>groovy-groovysh</artifactId>
178
</exclusion>
179
+ <exclusion>
180
+ <groupId>org.junit.platform</groupId>
181
+ <artifactId>junit-platform-launcher</artifactId>
182
+ </exclusion>
183
</exclusions>
184
</dependency>
185
<dependency>
@@ -256,6 +260,12 @@
256
260
<version>9.8</version>
257
261
<scope>test</scope>
258
262
263
+ <dependency>
264
265
266
+ <version>1.13.1</version>
267
+ <scope>test</scope>
268
+ </dependency>
259
269
</dependencies>
270
<profiles>
271
<profile>
0 commit comments