Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/07/2017, 03:24
inazense
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Spring framework web servlet

En el POM debes usar la siguiente dependencia:
Código XML:
Ver original
  1. <!-- https://mvnrepository.com/artifact/org.springframework/spring-webmvc -->
  2. <dependency>
  3.     <groupId>org.springframework</groupId>
  4.     <artifactId>spring-webmvc</artifactId>
  5.     <version>4.3.10.RELEASE</version>
  6. </dependency>

Puedes buscar la versión concreta que necesites aquí: https://mvnrepository.com/artifact/o...4.3.10.RELEASE