+<dependency>
+<groupId>javax.mail</groupId>
+<artifactId>mail</artifactId>
+<version>1.4.4</version>
+</dependency>
javax.mail:mail:1.4.4 does not resolve on my PC from missing java.net
repository
<repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
<url>http://download.java.net/maven/2/</url>
</repository>
(repo1 central does not have 1.4.4, see
http://repo1.maven.org/maven2/javax/mail/mail/)
The additional repositories are defined in server parent pom.xml, not in
james parent pom.xml.
What about moving all the additional repos (java.net and jboss) to james
parent ?
Tks,
- Eric
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]