On Jan 20, 2008 3:03 AM, Al Sutton <[EMAIL PROTECTED]> wrote: > Just to make things more interesting we have entered jar hell :(. > > Maven is picking up struts-annotations which has a freemarker-2.3.4 > dependency and inserting it into the classpath before the S2.1 specified > 2.3.11 dependency thus giving a compile and run classpath of; > > .... > ....m2\repository\freemarker\freemarker\2.3.4\freemarker-2.3.4.jar > ....m2\repository\org\freemarker\freemarker\2.3.11\freemarker-2.3.11.jar
As far as Maven knows, those are two completely separate things-- the groupId is different. You can use an exclusion to get rid of the wrong one, and/or file a MEV ticket to get it relocated in the central repo. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]