What is Spring's Minimum Dependencies for Dependency Injection?
Check out the readme.txt
that comes with the download of Spring 2.5.
Assuming you don't have AOP, JDBC, Transactions, or ORM, then your best bet is probably:
- spring-core
- spring-beans
- spring-context