Skip to content

Commit

Permalink
Added explicit dependency of json in IT core
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Apr 17, 2015
1 parent 343df0f commit f01f504
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integrationtest-support/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit f01f504

Please sign in to comment.