summaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
Diffstat (limited to 'integration')
-rw-r--r--integration/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 935516ea..68f85320 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -214,6 +214,20 @@
<scope>test</scope>
</dependency>
+ <!-- Cucumber Tests -->
+ <dependency>
+ <groupId>io.cucumber</groupId>
+ <artifactId>cucumber-java</artifactId>
+ <version>4.2.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>io.cucumber</groupId>
+ <artifactId>cucumber-junit</artifactId>
+ <version>4.2.0</version>
+ <scope>test</scope>
+ </dependency>
+
<!-- Exception testing -->
<dependency>
<groupId>org.assertj</groupId>