This content has been marked as final.
Show 1 reply
-
1. Re: JBoss nexus repository mail 3.1.1 Final
mechtatel Feb 21, 2013 1:41 PM (in response to mechtatel):O the 3.1.1.Final is already in the nexus repository
<dependency>
<groupId>org.jboss.seam.mail</groupId>
<artifactId>seam-mail</artifactId>
<version>3.1.1.Final</version>
</dependency>
The problem remain in the artifactId. Please update the documentation
<dependency>
<groupId>org.jboss.seam.mail</groupId>
<artifactId>seam-mail-impl</artifactId>
<version>${seam.mail.version}</version>
</dependency>