Author: bago
Date: Fri Aug 22 12:49:48 2008
New Revision: 688186
URL: http://svn.apache.org/viewvc?rev=688186&view=rev
Log:
This is a third party dependency from Sun we already have in other projects.
The pom declared javax.mail 1.4.1 as a dependency and the stage included
javax.mail 1.4 so this was not correct.
Added:
james/mailet/api/trunk/stage/javax.mail/jars/mail-1.4.1.jar (with props)
james/mailet/api/trunk/stage/javax.mail/poms/
james/mailet/api/trunk/stage/javax.mail/poms/mail-1.4.1.pom (with props)
Added: james/mailet/api/trunk/stage/javax.mail/jars/mail-1.4.1.jar
URL:
http://svn.apache.org/viewvc/james/mailet/api/trunk/stage/javax.mail/jars/mail-1.4.1.jar?rev=688186&view=auto
==============================================================================
Binary file - no diff available.
Propchange: james/mailet/api/trunk/stage/javax.mail/jars/mail-1.4.1.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: james/mailet/api/trunk/stage/javax.mail/poms/mail-1.4.1.pom
URL:
http://svn.apache.org/viewvc/james/mailet/api/trunk/stage/javax.mail/poms/mail-1.4.1.pom?rev=688186&view=auto
==============================================================================
--- james/mailet/api/trunk/stage/javax.mail/poms/mail-1.4.1.pom (added)
+++ james/mailet/api/trunk/stage/javax.mail/poms/mail-1.4.1.pom Fri Aug 22
12:49:48 2008
@@ -0,0 +1,13 @@
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ <version>1.4.1</version>
+ <dependencies>
+ <dependency>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ <version>1.1</version>
+ </dependency>
+ </dependencies>
+</project>
Propchange: james/mailet/api/trunk/stage/javax.mail/poms/mail-1.4.1.pom
------------------------------------------------------------------------------
svn:eol-style = native