Skip to content

Commit 9fbd861

Browse files
committed
add assertj
1 parent 53be635 commit 9fbd861

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
<version>1.3</version>
2121
<scope>test</scope>
2222
</dependency>
23+
<dependency>
24+
<groupId>org.assertj</groupId>
25+
<artifactId>assertj-core</artifactId>
26+
<version>3.18.1</version>
27+
<scope>test</scope>
28+
</dependency>
2329
<dependency>
2430
<groupId>com.google.guava</groupId>
2531
<artifactId>guava</artifactId>

0 commit comments

Comments
 (0)