Is there a jar file somewhere that aggregates all the small jars in Spring 3.0.6 distribution, like the one that I know exists for Jetty?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You mean like the old spring-full.jar(<2.0) and spring.jar(<3.0)? One jar with everything.
I think they stopped it as spring eco system is so large now, so if they included everything it would be huge. And most of it not needed.
Don’t know a ready made solution nor a non maven solution.
You could however roll your own maven pom project that only depends on the core jars you need. Still multiple jars though as in a normal parent pom dependecy.
Or create a maven assembly that assembles all the jars content into one.