aboutsummaryrefslogtreecommitdiffstats
path: root/applications/monitoring/src/test/java/cucumber/RunCucumberTest.java
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-02-24 13:31:45 -0500
committerPamela Dragosh <pdragosh@research.att.com>2020-02-24 13:31:50 -0500
commitfcd767926048397607d9e0f0288f2a0982f6bbcc (patch)
treed9d24974669bc94edda3840e713e559afe9d80f2 /applications/monitoring/src/test/java/cucumber/RunCucumberTest.java
parent3f4d4125093ca000c735adc1d6430c39e31de38c (diff)
Upgrades to cucumber
To keep in step with policy/parent upgrades. Issue-ID: POLICY-2381 Change-Id: Ic25821bcf410e2fdf261abd155eb21030c509aa1 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'applications/monitoring/src/test/java/cucumber/RunCucumberTest.java')
-rw-r--r--applications/monitoring/src/test/java/cucumber/RunCucumberTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/monitoring/src/test/java/cucumber/RunCucumberTest.java b/applications/monitoring/src/test/java/cucumber/RunCucumberTest.java
index 8dfc0b1c..f0b9d7f5 100644
--- a/applications/monitoring/src/test/java/cucumber/RunCucumberTest.java
+++ b/applications/monitoring/src/test/java/cucumber/RunCucumberTest.java
@@ -22,8 +22,8 @@
package cucumber;
-import cucumber.api.CucumberOptions;
-import cucumber.api.junit.Cucumber;
+import io.cucumber.junit.Cucumber;
+import io.cucumber.junit.CucumberOptions;
import org.junit.runner.RunWith;
@RunWith(Cucumber.class)