diff options
Diffstat (limited to 'integration-test/pom.xml')
-rw-r--r-- | integration-test/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 0a51a3356d..7e73c0fe98 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -107,6 +107,11 @@ <artifactId>spock</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy-json</artifactId> + <scope>test</scope> + </dependency> </dependencies> <profiles> |