Author: bpoussin Date: 2012-11-14 21:46:24 +0100 (Wed, 14 Nov 2012) New Revision: 23 Url: http://forge.codelutin.com/repositories/revision/cantharella/23 Log: add missing dependency Modified: trunk/cantharella.web/pom.xml Modified: trunk/cantharella.web/pom.xml =================================================================== --- trunk/cantharella.web/pom.xml 2012-11-13 15:13:39 UTC (rev 22) +++ trunk/cantharella.web/pom.xml 2012-11-14 20:46:24 UTC (rev 23) @@ -243,10 +243,10 @@ <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> </dependency> - <!--dependency> + <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - </dependency--> + </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-core</artifactId> @@ -309,7 +309,12 @@ <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> - <scope>test</scope> </dependency> + + <dependency> + <groupId>javax.mail</groupId> + <artifactId>mail</artifactId> + </dependency> + </dependencies> </project> \ No newline at end of file