You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/01/31 09:37:59 UTC

[isis] 04/04: ISIS-2192: still faffing ... upgrading cucumber, ctd

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit d16c3bab1f4b81241b11f983e9ab2b27ec65c37c
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jan 30 19:33:23 2020 +0000

    ISIS-2192: still faffing ... upgrading cucumber, ctd
---
 .../specsupport/applib/integration/ObjectFactoryForIntegration.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/specsupport/applib/src/main/java/org/apache/isis/testing/specsupport/applib/integration/ObjectFactoryForIntegration.java b/testing/specsupport/applib/src/main/java/org/apache/isis/testing/specsupport/applib/integration/ObjectFactoryForIntegration.java
index 849921c..9bfe4ff 100644
--- a/testing/specsupport/applib/src/main/java/org/apache/isis/testing/specsupport/applib/integration/ObjectFactoryForIntegration.java
+++ b/testing/specsupport/applib/src/main/java/org/apache/isis/testing/specsupport/applib/integration/ObjectFactoryForIntegration.java
@@ -26,8 +26,8 @@ import org.apache.isis.core.commons.internal.collections._Maps;
 
 import lombok.RequiredArgsConstructor;
 
-import cucumber.runtime.CucumberException;
 import io.cucumber.core.backend.ObjectFactory;
+import io.cucumber.core.exception.CucumberException;
 
 
 @RequiredArgsConstructor