diff --git a/core/src/test/java/com/opensymphony/xwork2/ognl/OgnlUtilTest.java b/core/src/test/java/com/opensymphony/xwork2/ognl/OgnlUtilTest.java index fc8656f72..4b2f1ee83 100644 --- a/core/src/test/java/com/opensymphony/xwork2/ognl/OgnlUtilTest.java +++ b/core/src/test/java/com/opensymphony/xwork2/ognl/OgnlUtilTest.java @@ -40,6 +40,7 @@ import ognl.MethodFailedException; import ognl.NoSuchPropertyException; import ognl.NullHandler; import ognl.Ognl; +import ognl.OgnlContext; import ognl.OgnlException; import ognl.OgnlRuntime; import ognl.SimpleNode;