You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/06/25 18:49:18 UTC

cvs commit: maven-plugins/dist project.xml

brett       2004/06/25 09:49:18

  Modified:    dist     project.xml
  Log:
  add missing dependency needed to bootstrap
  
  Revision  Changes    Path
  1.32      +5 -0      maven-plugins/dist/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dist/project.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- project.xml	25 Jun 2004 15:24:28 -0000	1.31
  +++ project.xml	25 Jun 2004 16:49:18 -0000	1.32
  @@ -68,6 +68,11 @@
     </developers>
     <dependencies>
       <dependency>
  +      <groupId>commons-logging</groupId>
  +      <artifactId>commons-logging</artifactId>
  +      <version>1.0.3</version>
  +    </dependency>
  +    <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
         <version>2.0</version>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org