We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1e7bc commit cda4f7eCopy full SHA for cda4f7e
1 file changed
pom.xml
@@ -46,6 +46,7 @@
46
<!-- Test libs -->
47
<junit.version>4.12</junit.version>
48
<mockito.version>2.21.0</mockito.version>
49
+ <assertj.version>3.12.1</assertj.version>
50
<awaitility.version>3.1.5</awaitility.version>
51
<powermock.version>2.0.0</powermock.version>
52
@@ -158,6 +159,12 @@
158
159
<version>${mockito.version}</version>
160
<scope>test</scope>
161
</dependency>
162
+ <dependency>
163
+ <groupId>org.assertj</groupId>
164
+ <artifactId>assertj-core</artifactId>
165
+ <version>${assertj.version}</version>
166
+ <scope>test</scope>
167
+ </dependency>
168
<dependency>
169
<groupId>org.awaitility</groupId>
170
<artifactId>awaitility</artifactId>
0 commit comments