Issue
While using ApplicationContext in my main class.I am getting the below error
the type org.springframework.core.NestedRuntimeException cannot be resolved.It is indirectly referenced from required .class files
I am using Spring 4.3.7 with maven.Please help
href="https://i.stack.imgur.com/RM9Bu.png" rel="nofollow noreferrer">
Solution
I had the same problem and it happened because my local repository was corrupted. I manually deleted the local repository and forced maven to download again
Answered By - Deni Simon
Answer Checked By - Mildred Charles (JavaFixing Admin)