Upgrades to cucumber 58/102258/1
authorPamela Dragosh <pdragosh@research.att.com>
Mon, 24 Feb 2020 18:31:45 +0000 (13:31 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Mon, 24 Feb 2020 18:31:50 +0000 (13:31 -0500)
To keep in step with policy/parent upgrades.

Issue-ID: POLICY-2381
Change-Id: Ic25821bcf410e2fdf261abd155eb21030c509aa1
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
applications/monitoring/src/test/java/cucumber/RunCucumberTest.java
applications/monitoring/src/test/java/cucumber/Stepdefs.java

index 8dfc0b1..f0b9d7f 100644 (file)
@@ -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)
index ca5efa4..3c09932 100644 (file)
@@ -27,9 +27,9 @@ import com.att.research.xacml.std.annotations.XACMLRequest;
 import com.att.research.xacml.std.annotations.XACMLResource;
 import com.att.research.xacml.std.annotations.XACMLSubject;
 
-import cucumber.api.java.en.Given;
-import cucumber.api.java.en.Then;
-import cucumber.api.java.en.When;
+import io.cucumber.java.en.Given;
+import io.cucumber.java.en.Then;
+import io.cucumber.java.en.When;
 
 import org.junit.ClassRule;
 import org.junit.rules.TemporaryFolder;