Hola:
Haciendo una aplicación Java con Spring, Hibernate, MAven y demás bajo Eclipse, me dan estos errores indicado aquí.
(https://social.msdn.microsoft.com/Forums/getfile/900125)
Buscando el spring-context me llevó hasta aquí.
https://mvnrepository.com/artifact/org.springframework/spring-context (https://mvnrepository.com/artifact/org.springframework/spring-context)
Selecciono el 4.3.1 Release.
https://mvnrepository.com/artifact/org.springframework/spring-context/4.3.1.RELEASE (https://mvnrepository.com/artifact/org.springframework/spring-context/4.3.1.RELEASE)
Me aparece esto.
<!-- https://mvnrepository.com/artifact/org.springframework/spring-context -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.3.1.RELEASE</version>
</dependency>
No tengo ni idea sobre esto.
¿Alguna ayuda?
Y suponiendo que esto tenga algo que ver.
Saludos.