Skip to content

Commit

Permalink
added missing jsonAssert
Browse files Browse the repository at this point in the history
  • Loading branch information
KushnirykOleh committed Aug 1, 2024
1 parent bc9b6c6 commit 3c029c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>${jsonassert.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 3c029c5

Please sign in to comment.