You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by ka...@apache.org on 2010/02/19 05:41:35 UTC

svn commit: r911699 - in /incubator/shiro/trunk: pom.xml support/pom.xml web/pom.xml

Author: kaosko
Date: Fri Feb 19 04:41:35 2010
New Revision: 911699

URL: http://svn.apache.org/viewvc?rev=911699&view=rev
Log:
SHIRO-137: Go through Shiro dependencies and consider marking most third-party dependencies as provided
- not much to do here, marked jstl as provided in the parent, everything else looks good.
- fixed a typo in support/pom.xml and extended comment in web/pom.xml

Modified:
    incubator/shiro/trunk/pom.xml
    incubator/shiro/trunk/support/pom.xml
    incubator/shiro/trunk/web/pom.xml

Modified: incubator/shiro/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/trunk/pom.xml?rev=911699&r1=911698&r2=911699&view=diff
==============================================================================
--- incubator/shiro/trunk/pom.xml (original)
+++ incubator/shiro/trunk/pom.xml Fri Feb 19 04:41:35 2010
@@ -204,6 +204,7 @@
                 <groupId>javax.servlet</groupId>
                 <artifactId>jstl</artifactId>
                 <version>1.2</version>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>javax.servlet</groupId>

Modified: incubator/shiro/trunk/support/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/trunk/support/pom.xml?rev=911699&r1=911698&r2=911699&view=diff
==============================================================================
--- incubator/shiro/trunk/support/pom.xml (original)
+++ incubator/shiro/trunk/support/pom.xml Fri Feb 19 04:41:35 2010
@@ -28,7 +28,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>shiro-support</artifactId>
-    <name>Apache Shiro :: Suport</name>
+    <name>Apache Shiro :: Support</name>
     <packaging>pom</packaging>
 
     <modules>

Modified: incubator/shiro/trunk/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/trunk/web/pom.xml?rev=911699&r1=911698&r2=911699&view=diff
==============================================================================
--- incubator/shiro/trunk/web/pom.xml (original)
+++ incubator/shiro/trunk/web/pom.xml Fri Feb 19 04:41:35 2010
@@ -49,7 +49,7 @@
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
         </dependency>
-        <!-- Test dependencies -->
+        <!-- Test dependencies - scope set appropriately already in the parent pom-->
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>jcl-over-slf4j</artifactId>