even if i declare the "api" dependency in my webapp ?
<dependency>
<groupId>javax.mail</groupId>
<artifactId>javax.mail-api</artifactId>
<version>1.5.2</version>
</dependency>
I don't understand why tomEE cannot detect that a "javax.mail" package is in
a jar from the webapp and ignore it if it contains this kind of package ?
because TomEE already contains an implementation of javax.mail
--
View this message in context:
http://tomee-openejb.979440.n4.nabble.com/Override-default-Java-mail-implementation-tp4673357p4673484.html
Sent from the TomEE Users mailing list archive at Nabble.com.