summaryrefslogtreecommitdiffstats
path: root/integration-test/pom.xml
diff options
context:
space:
mode:
authorleventecsanyi <levente.csanyi@est.tech>2024-06-21 10:50:06 +0200
committerLevente Csanyi <levente.csanyi@est.tech>2024-07-25 09:40:23 +0000
commitb33ea92a29a2724750554ebb412cf841fbe8c2a8 (patch)
tree7e41b2a211eb3166ff6429572b77ae853f44ad1a /integration-test/pom.xml
parentd3c3d49849ce81b82ec1e5c40b885ee08c368b09 (diff)
Integration test for the writeDataJob
- added Stub controller - created integration test for writeDataJob Issue-ID: CPS-2236 Change-Id: I067a11dc5bfe629d50128cf303b2a81abc75a348 Signed-off-by: leventecsanyi <levente.csanyi@est.tech>
Diffstat (limited to 'integration-test/pom.xml')
-rw-r--r--integration-test/pom.xml5
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>