2011/4/28 Robert Burrell Donkin <[email protected]>: > On Wed, Apr 27, 2011 at 10:26 AM, Eric Charles <[email protected]> wrote: >>> +<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/) > > I did wonder :-/ > > (I've been using Geronimo) > >> 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 ? > > Probably a good idea... > > Any reason not to switch to the Geronimo implementation for this component?
IMHO we can use Geronimo everywhere but James Server. For an actual deployment I still prefer the Oracle implementation to the Geronimo one. Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
