Author: ankon Date: Mon Feb 24 19:15:08 2014 New Revision: 1571403 URL: http://svn.apache.org/r1571403 Log: Add a 'provided' dependency on jsp-api
Review: https://reviews.apache.org/r/18430/ Modified: shindig/trunk/pom.xml Modified: shindig/trunk/pom.xml URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1571403&r1=1571402&r2=1571403&view=diff ============================================================================== --- shindig/trunk/pom.xml (original) +++ shindig/trunk/pom.xml Mon Feb 24 19:15:08 2014 @@ -1465,6 +1465,12 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>javax.servlet.jsp</groupId> + <artifactId>jsp-api</artifactId> + <version>2.1</version> + <scope>provided</scope> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version>
