added dep for json diff

pull/2/head
Alessia Bardi 4 years ago
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…
Cancel
Save