Author: tchemit Date: 2012-11-15 11:05:48 +0100 (Thu, 15 Nov 2012) New Revision: 24 Url: http://forge.codelutin.com/repositories/revision/cantharella/24 Log: fix dependencies scope Modified: trunk/cantharella.web/pom.xml Modified: trunk/cantharella.web/pom.xml =================================================================== --- trunk/cantharella.web/pom.xml 2012-11-14 20:46:24 UTC (rev 23) +++ trunk/cantharella.web/pom.xml 2012-11-15 10:05:48 UTC (rev 24) @@ -246,6 +246,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.wicket</groupId> @@ -309,11 +310,13 @@ <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> + <scope>runtime</scope> </dependency> <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> + <scope>runtime</scope> </dependency> </dependencies>