On Mon, Mar 16, 2009 at 6:48 AM, Isaac <[email protected]> wrote: > i get a project with dependencies like this: > > <dependencies> > <dependency> > <groupId>groupA</groupId> > <artifactId>artifactC</artifactId> > <version>1.0.0-SNAPSHOT</version> > </dependency> > <dependency> > <groupId>groupA</groupId> > <artifactId>artifactC</artifactId> > <version>1.0.0-SNAPSHOT</version> > </dependency> > </dependencies> >
I assume you meant to use two different group ids? - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/
