On Mon, Oct 27, 2008 at 11:55:58AM -0700, Lloyd Chambers wrote: > Maven has versioned dependencies. So long as junit is in a repository > (and it is), *no install is needed*; the build process picks it up > automatically (and puts it into the local maven repository). Ten > versions? No problem.
So the local maven repository can contain multiple versions of junit? Does this mean some ARC cases are backwards--that we need to see the Maven case before we see Junit? Dean