niclas      2004/03/10 22:31:10

  Modified:    logger   project.xml
  Log:
  JavaMail consists of mailapi.jar + others, but no javamail.jar. One problem revolves 
around the versioning system that Sun employs, which is significantly different from 
how we do stuff, and the question is how are we supporting that?
  
  Revision  Changes    Path
  1.7       +4 -2      avalon-excalibur/logger/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/logger/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml       10 Mar 2004 13:54:49 -0000      1.6
  +++ project.xml       11 Mar 2004 06:31:10 -0000      1.7
  @@ -74,12 +74,14 @@
           </dependency>
           
           <dependency>
  -            <id>javamail</id>
  +            <groupId>javamail</groupId>
  +            <artifactId>mailapi</artifactId>
               <version>1.3.1</version>
           </dependency>
           
           <dependency>
  -            <id>jms</id>
  +            <groupId>jms</groupId>
  +            <artifactId>jms</artifactId>
               <version>1.1</version>
           </dependency>
           
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to