Commit fdc5ca4f8065d293e349eb675e2f58c3bff96a27
1 parent
e3d78555
Exists in
master
IN PROGRESS - issue FWK-119: Testes da extensão Servlet
https://demoiselle.atlassian.net/browse/FWK-119
Showing
2 changed files
with
0 additions
and
2 deletions
Show diff stats
impl/extension/servlet/src/test/java/security/authentication/form/HelperServlet.java
... | ... | @@ -6,7 +6,6 @@ import static org.apache.http.HttpStatus.SC_OK; |
6 | 6 | import java.io.IOException; |
7 | 7 | |
8 | 8 | import javax.servlet.ServletException; |
9 | -import javax.servlet.annotation.WebServlet; | |
10 | 9 | import javax.servlet.http.HttpServlet; |
11 | 10 | import javax.servlet.http.HttpServletRequest; |
12 | 11 | import javax.servlet.http.HttpServletResponse; | ... | ... |
impl/extension/servlet/src/test/java/security/unauthentication/form/HelperServletUnauthenticationSuccess.java
... | ... | @@ -6,7 +6,6 @@ import static org.apache.http.HttpStatus.SC_OK; |
6 | 6 | import java.io.IOException; |
7 | 7 | |
8 | 8 | import javax.servlet.ServletException; |
9 | -import javax.servlet.annotation.WebServlet; | |
10 | 9 | import javax.servlet.http.HttpServlet; |
11 | 10 | import javax.servlet.http.HttpServletRequest; |
12 | 11 | import javax.servlet.http.HttpServletResponse; | ... | ... |