added dep for json diff
This commit is contained in:
parent
4cf842f906
commit
7b644e04da
|
@ -127,6 +127,13 @@
|
|||
<artifactId>elasticsearch-rest-client</artifactId>
|
||||
<version>7.4.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.skyscreamer</groupId>
|
||||
<artifactId>jsonassert</artifactId>
|
||||
<version>1.5.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue