|
From: Nicolas De L. <nic...@ca...> - 2006-10-06 07:48:23
|
The risk is to have multiple version of classes in deifferent versions : if a spring-modules project depends on spring-xx-1.2.8 you will have both 1.2.8 and 2.0 classes in the classpath, with no way to force a priority. Using modules as dependency solves this issue. Nico. > > That way you 'll avoid problems when you start using acegi, web flow, > spring-modules and/or spring-richclient, which depend on the modules of > spring. > Otherwise you 'll get a lot of classes in your classpath twice (which is > bad). > > Brendan Grainger wrote, On 2006-10-05 4:19 PM: > >> They already are: >> http://www.ibiblio.org/maven2/org/springframework/spring/2.0/ >> <http://www.ibiblio.org/maven2/org/springframework/spring/2.0/> >> >> I pulled them down with this dependency: >> >> <dependency> >> <groupId>org.springframework</groupId> >> <artifactId>spring</artifactId> >> <version>2.0</version> >> </dependency> >> >> Although maybe you already know that, as it looks like your email was >> sent two days ago? >> >> HTH >> >> On 10/3/06, *Dmitriy Kopylenko* <dko...@ru... >> <mailto:dko...@ru...>> wrote: >> >> Is it possible that Spring 2.0 final artifacts are available in M2 >> public repository? >> >> Thanks, >> Dmitriy. >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys -- and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> >> _______________________________________________ >> Springframework-developer mailing list >> Spr...@li... >> <mailto:Spr...@li...> >> https://lists.sourceforge.net/lists/listinfo/springframework-developer >> <https://lists.sourceforge.net/lists/listinfo/springframework-developer> >> >> >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share your >> opinions on IT & business topics through brief surveys -- and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Springframework-developer mailing list >> Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springframework-developer >> > > This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. |