Fix missing import of LoggerFactory

This commit is contained in:
Johannes Geppert
2015-05-26 21:35:43 +02:00
parent 7fe362884b
commit 5c8bb4538f
@@ -22,6 +22,7 @@
package org.apache.struts2;
import com.opensymphony.xwork2.XWorkTestCase;
import com.opensymphony.xwork2.util.logging.LoggerFactory;
import com.opensymphony.xwork2.util.logging.jdk.JdkLoggerFactory;
import org.apache.struts2.dispatcher.Dispatcher;
import org.apache.struts2.util.StrutsTestCaseHelper;