From d960e94820eaca17ae72d7d8e58a47fa1486072c Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Mon, 27 Apr 2020 20:38:25 +0200 Subject: [PATCH] WW-5070 Fixes post cherry-pick issue --- .../opensymphony/xwork2/config/impl/ActionConfigMatcherTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/test/java/com/opensymphony/xwork2/config/impl/ActionConfigMatcherTest.java b/core/src/test/java/com/opensymphony/xwork2/config/impl/ActionConfigMatcherTest.java index aa2d648f2..ac522563c 100644 --- a/core/src/test/java/com/opensymphony/xwork2/config/impl/ActionConfigMatcherTest.java +++ b/core/src/test/java/com/opensymphony/xwork2/config/impl/ActionConfigMatcherTest.java @@ -24,6 +24,7 @@ import com.opensymphony.xwork2.config.entities.ExceptionMappingConfig; import com.opensymphony.xwork2.config.entities.InterceptorMapping; import com.opensymphony.xwork2.config.entities.ResultConfig; import com.opensymphony.xwork2.util.WildcardHelper; +import org.apache.struts2.util.RegexPatternMatcher; import java.util.HashMap; import java.util.Map;