Skip to content

Commit dfbabe2

Browse files
authored
assertj-core must be test scope (#826)
Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent e1f8119 commit dfbabe2

File tree

1 file changed

+1
-0
lines changed
  • surefire-providers/surefire-junit-platform

1 file changed

+1
-0
lines changed

surefire-providers/surefire-junit-platform/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
<dependency>
118118
<groupId>org.assertj</groupId>
119119
<artifactId>assertj-core</artifactId>
120+
<scope>test</scope>
120121
</dependency>
121122
<dependency>
122123
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)