Is there a standard place to store Spring library jar files?

Posted by richj on Stack Overflow See other posts from Stack Overflow or by richj
Published on 2010-05-31T19:38:34Z Indexed on 2010/05/31 19:43 UTC
Read the original article Hit count: 153

I've downloaded Spring 3.0.2 with dependencies and found that it contains 405 jar files. I usually keep third party libraries in a "lib" subdirectory, but there are so many Spring jars that it seems sensible to keep them separately so that they don't swamp the other libraries and to simplify version upgrades.

I suspect that I want to keep the full set of libraries in Subversion, but only deploy the subset that is actually used.

Do Spring users have a standard way to deal with this problem?

© Stack Overflow or respective owner

Related posts about java

Related posts about spring