Skip to content

Commit 4d130f5

Browse files
committed
[bugfix] An issue in the latest maven-surefire-plugin meant that the XQSuite tests were not being executed correctly as part of the full test suite
See apache/maven-surefire#2634 (comment)
1 parent bed21d7 commit 4d130f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

elemental-parent/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,8 @@
362362
<plugin>
363363
<groupId>org.apache.maven.plugins</groupId>
364364
<artifactId>maven-surefire-plugin</artifactId>
365-
<version>3.5.3</version>
365+
<!-- NOTE(AR) Rolled back to version 3.5.2 due to https://github.com/apache/maven-surefire/issues/2634#issuecomment-3092462501 -->
366+
<version>3.5.2</version>
366367
<dependencies>
367368
<dependency>
368369
<groupId>org.junit.platform</groupId>

0 commit comments

Comments
 (0)