Update test dependency in pom.xml
This commit is contained in:
parent
6d1e7bcb7a
commit
cda4f7e13b
7
pom.xml
7
pom.xml
|
|
@ -46,6 +46,7 @@
|
||||||
<!-- Test libs -->
|
<!-- Test libs -->
|
||||||
<junit.version>4.12</junit.version>
|
<junit.version>4.12</junit.version>
|
||||||
<mockito.version>2.21.0</mockito.version>
|
<mockito.version>2.21.0</mockito.version>
|
||||||
|
<assertj.version>3.12.1</assertj.version>
|
||||||
<awaitility.version>3.1.5</awaitility.version>
|
<awaitility.version>3.1.5</awaitility.version>
|
||||||
<powermock.version>2.0.0</powermock.version>
|
<powermock.version>2.0.0</powermock.version>
|
||||||
|
|
||||||
|
|
@ -158,6 +159,12 @@
|
||||||
<version>${mockito.version}</version>
|
<version>${mockito.version}</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.assertj</groupId>
|
||||||
|
<artifactId>assertj-core</artifactId>
|
||||||
|
<version>${assertj.version}</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.awaitility</groupId>
|
<groupId>org.awaitility</groupId>
|
||||||
<artifactId>awaitility</artifactId>
|
<artifactId>awaitility</artifactId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue