This is an automated email from the ASF dual-hosted git repository. kusal pushed a commit to branch WW-5364-populate-allowlist in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/WW-5364-populate-allowlist by this push: new a7d273c1f WW-5343 Make StrutsTestCase extend same package a7d273c1f is described below commit a7d273c1f0e4bd942c770f6697456cd2c263e3b3 Author: Kusal Kithul-Godage <g...@kusal.io> AuthorDate: Mon Dec 4 22:40:39 2023 +1100 WW-5343 Make StrutsTestCase extend same package --- plugins/junit/src/main/java/org/apache/struts2/junit/StrutsTestCase.java | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/junit/src/main/java/org/apache/struts2/junit/StrutsTestCase.java b/plugins/junit/src/main/java/org/apache/struts2/junit/StrutsTestCase.java index 608310838..f64a9966f 100644 --- a/plugins/junit/src/main/java/org/apache/struts2/junit/StrutsTestCase.java +++ b/plugins/junit/src/main/java/org/apache/struts2/junit/StrutsTestCase.java @@ -21,7 +21,6 @@ package org.apache.struts2.junit; import com.opensymphony.xwork2.ActionContext; import com.opensymphony.xwork2.ActionProxy; import com.opensymphony.xwork2.ActionProxyFactory; -import com.opensymphony.xwork2.XWorkTestCase; import com.opensymphony.xwork2.config.Configuration; import org.apache.struts2.ServletActionContext; import org.apache.struts2.dispatcher.Dispatcher;