Author: tchemit Date: 2009-09-26 01:06:03 +0200 (Sat, 26 Sep 2009) New Revision: 591 Modified: trunk/pom.xml Log: javax.mail:mail is not optional (otherwise in artifacts using maven-helpr-plugin we have a research of a javax.mail:mail:3.2 which does not exists on central...) Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-09-25 22:15:34 UTC (rev 590) +++ trunk/pom.xml 2009-09-25 23:06:03 UTC (rev 591) @@ -153,7 +153,6 @@ as the dependency in plexus-mail-sender-javamail will be updated --> <dependency> - <optional>true</optional> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.4</version>
participants (1)
-
tchemit@users.nuiton.org