From 524997091437eacb3dba098103b5c6313c03683d Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Sun, 3 Mar 2019 16:56:56 -0500 Subject: Add cucumber dependency for all projects This will be used in all the projects for integration testing. Also cleared some intelliJ from .gitignore Issue-ID: POLICY-1273 Change-Id: If2cc6a28a972a5b4dbbb64139f0fad6e8518cb5c Signed-off-by: Pamela Dragosh --- integration/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'integration') 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 @@ test + + + io.cucumber + cucumber-java + 4.2.0 + test + + + io.cucumber + cucumber-junit + 4.2.0 + test + + org.assertj -- cgit 1.2.3-korg