You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ep...@apache.org on 2004/10/24 20:02:00 UTC

cvs commit: jakarta-commons-sandbox/email project.xml

epugh       2004/10/24 11:02:00

  Modified:    email    project.xml
  Log:
  Fix dependency refrences
  
  Revision  Changes    Path
  1.17      +10 -5     jakarta-commons-sandbox/email/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/email/project.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.xml	24 Oct 2004 17:06:53 -0000	1.16
  +++ project.xml	24 Oct 2004 18:02:00 -0000	1.17
  @@ -75,22 +75,26 @@
   
     <dependencies>
       <dependency>
  -      <id>commons-lang</id>
  +      <groupId>commons-lang</groupId>
  +      <artifactId>commons-lang</artifactId>      
         <version>2.0</version>
         <url>http://jakarta.apache.org/commons/lang.html</url>
       </dependency>
       <dependency>
  -      <id>commons-validator</id>
  +      <groupId>commons-validator</groupId>
  +      <artifactId>commons-validator</artifactId>      
         <version>1.1.3</version>
         <url>http://jakarta.apache.org/commons/validator</url>
       </dependency>    
       <dependency>
  -      <id>javamail</id>
  +      <groupId>javamail</groupId>
  +      <artifactId>javamail</artifactId>      
         <version>1.3</version>
         <url>http://java.sun.com/products/javamail/</url>
       </dependency>
       <dependency>
  -      <id>activation</id>
  +      <groupId>activation</groupId>
  +      <artifactId>activation</artifactId>      
         <version>1.0.2</version>
         <url>http://java.sun.com/products/javabeans/glasgow/jaf.html</url>
       </dependency>
  @@ -100,7 +104,8 @@
       </dependency>    
       <!-- Needed for testing -->  
       <dependency>
  -      <id>dumbster</id>
  +      <groupId>dumbster</groupId>
  +      <artifactId>dumbster</artifactId>      
         <version>1.0.3</version>
       </dependency>    
     </dependencies>
  
  
  

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