Author: echatellier Date: 2011-07-01 12:09:38 +0200 (Fri, 01 Jul 2011) New Revision: 1025 Url: http://nuiton.org/repositories/revision/wikitty/1025 Log: Fix compilation issue Modified: trunk/wikitty-struts/pom.xml Modified: trunk/wikitty-struts/pom.xml =================================================================== --- trunk/wikitty-struts/pom.xml 2011-07-01 10:00:46 UTC (rev 1024) +++ trunk/wikitty-struts/pom.xml 2011-07-01 10:09:38 UTC (rev 1025) @@ -25,12 +25,18 @@ </dependency> <dependency> - <groupId>javax.servlet</groupId> + <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId> <scope>provided</scope> </dependency> <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <scope>provided</scope> + </dependency> + + <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> </dependency>
participants (1)
-
echatellier@users.nuiton.org