Skip to content

Commit 339042d

Browse files
committed
Added assertj dependency
1 parent d73e582 commit 339042d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
<version>5.11.3</version>
2828
<scope>test</scope>
2929
</dependency>
30+
<dependency>
31+
<groupId>org.assertj</groupId>
32+
<artifactId>assertj-core</artifactId>
33+
<version>3.26.3</version>
34+
<scope>test</scope>
35+
</dependency>
3036
</dependencies>
3137

3238
</project>

0 commit comments

Comments
 (0)