This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new dfbabe2cf assertj-core must be test scope (#826)
dfbabe2cf is described below

commit dfbabe2cfa8a6b8e01b800b630e51fb127237388
Author: Olivier Lamy <[email protected]>
AuthorDate: Fri Mar 28 07:12:58 2025 +1000

    assertj-core must be test scope (#826)
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 surefire-providers/surefire-junit-platform/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/surefire-providers/surefire-junit-platform/pom.xml 
b/surefire-providers/surefire-junit-platform/pom.xml
index 5c685f3ba..3bb107403 100644
--- a/surefire-providers/surefire-junit-platform/pom.xml
+++ b/surefire-providers/surefire-junit-platform/pom.xml
@@ -117,6 +117,7 @@
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>

Reply via email to