Author: brett Date: Tue Sep 13 23:35:35 2005 New Revision: 280776 URL: http://svn.apache.org/viewcvs?rev=280776&view=rev Log: fix deps
Modified: maven/components/trunk/maven-1.x-integration/pom.xml Modified: maven/components/trunk/maven-1.x-integration/pom.xml URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-1.x-integration/pom.xml?rev=280776&r1=280775&r2=280776&view=diff ============================================================================== --- maven/components/trunk/maven-1.x-integration/pom.xml (original) +++ maven/components/trunk/maven-1.x-integration/pom.xml Tue Sep 13 23:35:35 2005 @@ -11,11 +11,13 @@ <inceptionYear>2004</inceptionYear> <dependencies> <dependency> + <groupId>plexus</groupId> + <artifactId>plexus-container-default</artifactId> + </dependency> + <dependency> <groupId>forehead</groupId> <artifactId>forehead</artifactId> <version>1.0-beta-5</version> - <type>jar</type> - <scope>compile</scope> </dependency> </dependencies> </model> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]