Estou fazendo o curso da formação Spring framework, e estou tendo dificuldades para converter o projeto criado nos cursos de Servlet.
Quando rodo o compile do maven. Tenho o seguinte erro:
[ERROR] /home/ewertonlr/eclipse-workspace/gerenciador/src/main/java/br/com/ewerton/gerenciador/acao/Logout.java:[5,21] package javax.servlet does not exist [ERROR] /home/ewertonlr/eclipse-workspace/gerenciador/src/main/java/br/com/ewerton/gerenciador/acao/Logout.java:[6,26] package javax.servlet.http does not exist [ERROR] /home/ewertonlr/eclipse-workspace/gerenciador/src/main/java/br/com/ewerton/gerenciador/acao/Logout.java:[7,26] package javax.servlet.http does not exist [ERROR] /home/ewertonlr/eclipse-workspace/gerenciador/src/main/java/br/com/ewerton/gerenciador/acao/Logout.java:[8,26] package javax.servlet.http does not exist [ERROR] /home/ewertonlr/eclipse-workspace/gerenciador/src/main/java/br/com/ewerton/gerenciador/acao/Logout.java:[13,31] cannot find symbol [ERROR] symbol: class HttpServletRequest [ERROR] location: class br.com.ewerton.gerenciador.acao.Logout [ERROR] /home/ewertonlr/eclipse-workspace/gerenciador/src/main/java/br/com/ewerton/gerenciador/acao/Logout.java:[13,59] cannot find symbol [ERROR] symbol: class HttpServletResponse [ERROR] location: class br.com.ewerton.gerenciador.acao.Logout [ERROR] /home/ewertonlr/eclipse-workspace/gerenciador/src/main/java/br/com/ewerton/gerenciador/acao/Logout.java:[13,96] cannot find symbol [ERROR] symbol: class ServletException [ERROR] location: class br.com.ewerton.gerenciador.acao.Logout [ERROR] /home/ewertonlr/eclipse-workspace/gerenciador/src/main/java/br/com/ewerton/gerenciador/acao/Login.java:[5,21] package javax.servlet does not exist [ERROR] /home/ewertonlr/eclipse-workspace/gerenciador/src/main/java/br/com/ewerton/gerenciador/acao/Login.java:[6,26] package javax.servlet.http does not exist [ERROR] /home/ewertonlr/eclipse-workspace/gerenciador/src/main/java/br/com/ewerton/gerenciador/acao/Login.java:[7,26] package javax.servlet.http does not exist [ERROR] /home/ewertonlr/eclipse-workspace/gerenciador/src/main/java/br/com/ewerton/gerenciador/acao/Login.java:[8,26] package javax.servlet.http does not exist [ERROR] /home/ewertonlr/eclipse-workspace/gerenciador/src/main/java/br/com/ewerton/gerenciador/acao/Login.java:[16,31] cannot find symbol [ERROR] symbol: class HttpServletRequest [ERROR] location: class br.com.ewerton.gerenciador.acao.Login [ERROR] /home/ewertonlr/eclipse-workspace/gerenciador/src/main/java/br/com/ewerton/gerenciador/acao/Login.java:[16,59] cannot find symbol [ERROR] symbol: class HttpServletResponse [ERROR] location: class br.com.ewerton.gerenciador.acao.Login [ERROR] /home/ewertonlr/eclipse-workspace/gerenciador/src/main/java/br/com/ewerton/gerenciador/acao/Login.java:[17,32] cannot find symbol [ERROR] symbol: class ServletException [ERROR] location: class br.com.ewerton.gerenciador.acao.Login
Gostaria de saber como corrigir, por se tratar de uma formação acredito que teria sido interessante converter o projeto anterior durante o curso e não um projeto novo.