added dep for json diff

This commit is contained in:
Alessia Bardi 2020-07-08 16:34:03 +02:00
parent 4cf842f906
commit 7b644e04da
1 changed files with 7 additions and 0 deletions

View File

@ -127,6 +127,13 @@
<artifactId>elasticsearch-rest-client</artifactId> <artifactId>elasticsearch-rest-client</artifactId>
<version>7.4.2</version> <version>7.4.2</version>
</dependency> </dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.5.0</version>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>