Skip to content

Commit 10f9ace

Browse files
committed
bug(#647): exclude junit-platform-launcher
1 parent 9d87c64 commit 10f9ace

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@
176176
<groupId>org.codehaus.groovy</groupId>
177177
<artifactId>groovy-groovysh</artifactId>
178178
</exclusion>
179+
<exclusion>
180+
<groupId>org.junit.platform</groupId>
181+
<artifactId>junit-platform-launcher</artifactId>
182+
</exclusion>
179183
</exclusions>
180184
</dependency>
181185
<dependency>
@@ -256,6 +260,12 @@
256260
<version>9.8</version>
257261
<scope>test</scope>
258262
</dependency>
263+
<dependency>
264+
<groupId>org.junit.platform</groupId>
265+
<artifactId>junit-platform-launcher</artifactId>
266+
<version>1.13.1</version>
267+
<scope>test</scope>
268+
</dependency>
259269
</dependencies>
260270
<profiles>
261271
<profile>

0 commit comments

Comments
 (0)