gwwilliams22,
Spring 3.1 is the highest version of Spring supported by MyEclipse 2014. Our latest version, MyEclipse 2015 supports Spring 4.1.
If it is possible for you, then I recommend you update to MyEclipse 2015.You can install MyEclipse 2015 alongside your existing MyEclipse 2014 installation and use your current license.
If you cannot update to MyEclipse 2015 at this point of time, then you can go to project properties > Java Build Path and on the Libraries tab, select and remove the Spring 3.1 containers (or JARs if you had chosen to copy them into your project). You would need to download Spring 4.1 library,create User libraries for the Spring 4.1 JARs and add them to the project’s buildpath (Add Library > User Library) or simply dump them raw on the project’s classpath.
Let us know if you see any issues.
–Swapna
MyEclipse Support