You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2003/05/02 10:19:02 UTC

cvs commit: maven-new/plugins/suiterunner project.xml

evenisse    2003/05/02 01:19:02

  Modified:    plugins/suiterunner project.xml
  Log:
  Add missing dependencies.
  
  Revision  Changes    Path
  1.4       +34 -4     maven-new/plugins/suiterunner/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-new/plugins/suiterunner/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	1 May 2003 16:21:58 -0000	1.3
  +++ project.xml	2 May 2003 08:19:02 -0000	1.4
  @@ -18,17 +18,47 @@
       </dependency>
     
       <dependency>
  -      <groupId>avalon</groupId>
  -      <artifactId>avalon-framework-api</artifactId>
  -      <version>4.1.4</version>
  +      <id>werkz</id>
  +      <version>1.0-beta-9</version>
       </dependency>
       
       <dependency>
  +      <id>classworlds</id>
  +      <version>1.0-beta-5</version>
  +    </dependency>
  +
  +    <dependency>
         <groupId>plexus</groupId>
         <artifactId>plexus</artifactId>
         <version>0.3</version>
       </dependency>
  - 
  +
  +    <dependency>
  +      <groupId>avalon</groupId>
  +      <artifactId>avalon-framework-api</artifactId>
  +      <version>4.1.4</version>
  +    </dependency>
  +    
  +    <dependency>
  +      <groupId>xpp3</groupId>
  +      <artifactId>xpp3</artifactId>
  +      <version>1.1.2a</version>
  +    </dependency>
  +    
  +    <dependency>
  +      <groupId>xmlpull</groupId>
  +      <artifactId>xmlpull</artifactId>
  +      <version>1.1.2.1</version>
  +    </dependency>    
  +    
  +    <!-- Component Testing -->
  +    
  +    <dependency>
  +      <groupId>log4j</groupId>
  +      <artifactId>log4j</artifactId>
  +      <version>1.2.6</version>
  +    </dependency>
  +
     </dependencies>
   
   </project>
  
  
  

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