I did not add ehcahe dependency, maven downloads all dependencies by itself so it downloaded ehcache based on hibernate pom and hibernate pom has ehcache 1.2.3 now my application is failing to start becasue acegi security uses ehcahce 1.2.4 and to resolve this i must have ehcahce 1.2.4 what should i do to get ehcahce 1.2.4 ?
Eugene Kuleshov wrote: > > > If you already have dependency declared you need to open pom.xml in > the pom editor and simply change version of that dependency in there. > > regards, > Eugene > > > miro wrote: >> My project is using hibernate 3 and added this dependency through maven >> so >> maven bought all dependencies for hibernate like ehcache1.2.3 etc. I >> am >> having trouble with ehcache . >> Now I want to implement security to my application , for which i have >> choosen spring acegi security. >> This needs ehcache1.2.4(+) now how can I get ehcache1.2.4(+) for my >> project ? I tried to add this dependency but I cannot add this because >> its >> already in my project and maven2eclipse dose not let me do this , i >> cannot >> even remove this , please help me how to handle this ? >> > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > > -- View this message in context: http://www.nabble.com/upgrade-dependency---to-newer-version-tp20667059p20667540.html Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
