Skip to content

Commit 69a6f75

Browse files
committed
Add AssertJ as test dependency
1 parent 437a9d3 commit 69a6f75

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
@@ -107,6 +107,12 @@
107107
<version>2.4.0</version>
108108
<scope>test</scope>
109109
</dependency>
110+
<dependency>
111+
<groupId>org.assertj</groupId>
112+
<artifactId>assertj-core</artifactId>
113+
<version>3.6.2</version>
114+
<scope>test</scope>
115+
</dependency>
110116
</dependencies>
111117

112118
<build>

0 commit comments

Comments
 (0)