Currently, we have a Spring CRUD Scaffold Application for Flex. The project was initially created with Maven4Myeclipse using spring dependencies version 3.0.1.RELEASE-A
I updated my pom file to use 3.0.5.RELEASE and when I ru or build the project it is including a jar file of version 3.0.1.RELEASE-A and 3.0.5.RELEASE
How can i stop it from including the 3.0.1.RELEASE-A jar files?
TIA,
Shinan