I am receiving the following error when I attempt to run my Spring JUnit test. I am just trying to get familiar with creating JUnits using the Spring Framework.
JUni
add this one to your pom File, I had the same ERROR, but I have done this, now it works for me,
org.springframework
spring-beans
3.1.0.RC1
org.springframework
spring-context
3.0.0.RELEASE
Note: I have POM parent, and POM child, and I wanted to test my child project, but I got error. mvn test.... so I have done this thing. in Parent.
with version and in child without. like this one org.springframework spring-beans
org.springframework
spring-context
try it.