Reinhard Poetz pisze: > > The recently added integration tests revealed a problem with the > cocoon-mail block: > >> Caused by: java.lang.NoClassDefFoundError: >> javax/mail/internet/AddressException > > The problem is that the dependency javax.mail has the scope "provided": > > <dependency> > <groupId>javax.mail</groupId> > <artifactId>mail</artifactId> > <version>1.4</version> > <scope>provided</scope> > </dependency> > > Does anybody know, why this scope was chosen?
Since nobody knew I decided to remove this scope and see what happens... -- Grzegorz Kossakowski Committer and PMC Member of Apache Cocoon http://reflectingonthevicissitudes.wordpress.com/
