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/02 13:15:49 UTC

svn commit: r905601 - /incubator/shiro/trunk/pom.xml

Author: kaosko
Date: Tue Feb  2 12:15:48 2010
New Revision: 905601

URL: http://svn.apache.org/viewvc?rev=905601&view=rev
Log:
Add shiro-aspectj to dependencyManagement section

Modified:
    incubator/shiro/trunk/pom.xml

Modified: incubator/shiro/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/trunk/pom.xml?rev=905601&r1=905600&r2=905601&view=diff
==============================================================================
--- incubator/shiro/trunk/pom.xml (original)
+++ incubator/shiro/trunk/pom.xml Tue Feb  2 12:15:48 2010
@@ -133,6 +133,11 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.shiro</groupId>
+                <artifactId>shiro-aspectj</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.shiro</groupId>
                 <artifactId>shiro-all</artifactId>
                 <version>${project.version}</version>
             </dependency>