diff --git a/impl/extension/servlet/src/test/java/security/authentication/form/ServletAuthenticatorTest.java b/impl/extension/servlet/src/test/java/security/authentication/form/ServletAuthenticatorTest.java index de2e97b..7d32a38 100644 --- a/impl/extension/servlet/src/test/java/security/authentication/form/ServletAuthenticatorTest.java +++ b/impl/extension/servlet/src/test/java/security/authentication/form/ServletAuthenticatorTest.java @@ -23,8 +23,6 @@ import org.junit.runner.RunWith; import test.Tests; -import com.sun.enterprise.security.auth.login.FileLoginModule; - @RunWith(Arquillian.class) public class ServletAuthenticatorTest { @@ -35,7 +33,7 @@ public class ServletAuthenticatorTest { @Deployment(testable = false) public static WebArchive createDeployment() { - return Tests.createDeployment().addClasses(HelperServlet.class, FileLoginModule.class) + return Tests.createDeployment().addClasses(HelperServlet.class) .addAsWebInfResource(Tests.createFileAsset(PATH + "/web.xml"), "web.xml"); } -- libgit2 0.21.2