Which of the declared dependencies is the problem? Did you fix the problem there too?
[EMAIL PROTECTED] wrote: > Author: olamy > Date: Wed Dec 19 14:32:51 2007 > New Revision: 605723 > > URL: http://svn.apache.org/viewvc?rev=605723&view=rev > Log: > add dependency on p-u which it's used but not declared in the dependencies > > Modified: > maven/shared/trunk/maven-archiver/pom.xml > > Modified: maven/shared/trunk/maven-archiver/pom.xml > URL: > http://svn.apache.org/viewvc/maven/shared/trunk/maven-archiver/pom.xml?rev=605723&r1=605722&r2=605723&view=diff > ============================================================================== > --- maven/shared/trunk/maven-archiver/pom.xml (original) > +++ maven/shared/trunk/maven-archiver/pom.xml Wed Dec 19 14:32:51 2007 > @@ -44,6 +44,11 @@ > <artifactId>maven-artifact</artifactId> > <version>2.0</version> > </dependency> > + <dependency> > + <groupId>org.codehaus.plexus</groupId> > + <artifactId>plexus-utils</artifactId> > + <version>1.4.9</version> > + </dependency> > </dependencies> > <scm> > > <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-archiver</connection> > > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
