From: Pamela Dragosh Date: Sun, 3 Mar 2019 21:56:56 +0000 (-0500) Subject: Add cucumber dependency for all projects X-Git-Tag: 2.1.0~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=524997091437eacb3dba098103b5c6313c03683d;p=policy%2Fparent.git 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 --- diff --git a/.gitignore b/.gitignore index 236c0b3b..01eaa82c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ target .metadata/ /bin/ +.idea +**/*.iml 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