java - How to get a spring-framework-3.0.5-RELEASE-with-dependencies.zip file for Spring 3? -
i have bit of issue spring 3 , involves dependencies or better said "their lack of...".
when download spring 2.5.x example spring-framework-2.5.6-with-dependencies.zip file containing spring distribution dependencies.
for spring 3 there isn't one. distro while dependencies managed in maven repository , retrieved ivy. decision springsource fellows took. brings me problem.
at work maven repository has "forbidden access" written on , don't use ivy. use maven local enterprise repository , nothing beyond allowed (security concerns yada yada makes sense makes job developer harder). put in local repository means approvals, deployments of resources, configurations, acces rights, time, money etc.
it ok few jars here , there imagine spring dependencies mean more few jars. approved , installed on o long period of time. meanwhile can't develop in spring 3 (while set in local repository) need dependencies.
i found page here:
http://static.springsource.org/downloads/nightly/snapshot-download.php?project=spr
which contains dependencies need release 3.0.5 not nightly builds.
in short, need spring-framework-3.0.5-release-with-dependencies.zip file. ho one?
p.s. must mention can't download home , bring on stick first suggestion pops in mind. other rules apply :d, need official release download.
one of main reasons there isn't big “spring 3 everything” build don't need it. (it's absolutely huge!) instead, you're supposed identify parts need , include them. problem makes hard you.
alas, best way see long-term spring 3 , dependencies institutional maven repository (switching ivy wouldn't help; institutional problem not maven depending on unvetted external libraries). yes, it's awkward that's you've got work with. sneaking things in back-door won't help! perhaps reasonable inquire whether there relatively rapid method things approved previous versions have been found acceptable (which might “yes, subject there being no license surprises”)?
you'll need use maven (or ivy, don't know it) full list of dependencies first, can describe changes involved, , aware of dependencies might approved.
(i wish had better idea how deal process, working against both spirit , letter way corporate bureaucrat upset. life's not worth such things.)
Comments
Post a Comment