You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lh...@apache.org on 2010/10/29 03:09:41 UTC

svn commit: r1028572 - /shiro/trunk/pom.xml

Author: lhazlewood
Date: Fri Oct 29 01:09:40 2010
New Revision: 1028572

URL: http://svn.apache.org/viewvc?rev=1028572&view=rev
Log:
fixed erroneous jsp-api artifact reference

Modified:
    shiro/trunk/pom.xml

Modified: shiro/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/pom.xml?rev=1028572&r1=1028571&r2=1028572&view=diff
==============================================================================
--- shiro/trunk/pom.xml (original)
+++ shiro/trunk/pom.xml Fri Oct 29 01:09:40 2010
@@ -365,7 +365,7 @@
             <dependency>
                 <groupId>javax.servlet.jsp</groupId>
                 <artifactId>jsp-api</artifactId>
-                <version>2.2</version>
+                <version>2.1</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>