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:49:59 UTC

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

evenisse    2003/05/02 01:49:59

  Modified:    plugins/jelly project.xml
  Log:
  Add missing dependencies.
  
  Revision  Changes    Path
  1.4       +33 -31    maven-new/plugins/jelly/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-new/plugins/jelly/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:49:59 -0000	1.4
  @@ -18,41 +18,55 @@
       </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>
  -      <id>commons-jelly</id>
  -      <version>20030310.073407</version>
  -      <url>http://jakarta.apache.org/commons/jelly/</url>
  +      <groupId>xpp3</groupId>
  +      <artifactId>xpp3</artifactId>
  +      <version>1.1.2a</version>
       </dependency>
       
  -    <!--dependency>
  -      <groupId>commons-jelly</groupId>
  -      <artifactId>commons-jelly-tags-ant</artifactId>
  -      <version>20030211.142045</version>
  -      <url>http://jakarta.apache.org/commons/jelly/tags/ant/</url>
  -    </dependency-->
  +    <dependency>
  +      <groupId>xmlpull</groupId>
  +      <artifactId>xmlpull</artifactId>
  +      <version>1.1.2.1</version>
  +    </dependency>    
  +    
  +    <dependency>
  +      <groupId>commons-logging</groupId>
  +      <artifactId>commons-logging</artifactId>
  +      <version>1.0.2</version>
  +    </dependency>  
       
       <dependency>
  -      <groupId>commons-jelly</groupId>
  -      <artifactId>commons-jelly-tags-define</artifactId>
  -      <version>20030211.142932</version>
  -      <url>http://jakarta.apache.org/commons/jelly/tags/define/</url>
  +      <id>commons-jelly</id>
  +      <version>20030310.073407</version>
  +      <url>http://jakarta.apache.org/commons/jelly/</url>
       </dependency>
       
       <dependency>
  -      <groupId>commons-jelly</groupId>
  -      <artifactId>commons-jelly-tags-util</artifactId>
  -      <version>20030211.141939</version>
  +      <groupId>dom4j</groupId>
  +      <artifactId>dom4j</artifactId>
  +      <version>1.4-dev-8</version>
       </dependency>
       
       <dependency>
  @@ -65,18 +79,6 @@
         <groupId>commons-beanutils</groupId>
         <artifactId>commons-beanutils</artifactId>
         <version>1.6.1</version>
  -    </dependency>
  -    
  -    <dependency>
  -      <groupId>commons-grant</groupId>
  -      <artifactId>commons-grant</artifactId>
  -      <version>1.0-beta-4</version>
  -    </dependency>
  -    
  -    <dependency>
  -      <groupId>dom4j</groupId>
  -      <artifactId>dom4j</artifactId>
  -      <version>1.4-dev-8</version>
       </dependency>
       
       <dependency>
  
  
  

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