Author: tchemit Date: 2012-08-28 18:26:50 +0200 (Tue, 28 Aug 2012) New Revision: 3647 Url: http://chorem.org/repositories/revision/pollen/3647 Log: add jetty:runner to avoid classpath missunderstanding :( Modified: trunk/pollen-ui-struts2/src/it/pollen-ui-it/pom.xml Modified: trunk/pollen-ui-struts2/src/it/pollen-ui-it/pom.xml =================================================================== --- trunk/pollen-ui-struts2/src/it/pollen-ui-it/pom.xml 2012-08-28 16:26:00 UTC (rev 3646) +++ trunk/pollen-ui-struts2/src/it/pollen-ui-it/pom.xml 2012-08-28 16:26:50 UTC (rev 3647) @@ -62,6 +62,11 @@ </dependency> <dependency> + <groupId>org.mortbay.jetty</groupId> + <artifactId>jetty-runner</artifactId> + </dependency> + + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency>