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 01:03:21 UTC

svn commit: r1028529 - in /shiro/trunk/support: crowd/ pom.xml

Author: lhazlewood
Date: Thu Oct 28 23:03:21 2010
New Revision: 1028529

URL: http://svn.apache.org/viewvc?rev=1028529&view=rev
Log:
SHIRO-18 - removed crowd support source code (but it still exists in the 1.0.x branch) to ensure it is not included with the release.

Removed:
    shiro/trunk/support/crowd/
Modified:
    shiro/trunk/support/pom.xml

Modified: shiro/trunk/support/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/support/pom.xml?rev=1028529&r1=1028528&r2=1028529&view=diff
==============================================================================
--- shiro/trunk/support/pom.xml (original)
+++ shiro/trunk/support/pom.xml Thu Oct 28 23:03:21 2010
@@ -32,9 +32,6 @@
 
     <modules>
         <module>aspectj</module>
-        <!-- Disable since it is blocking 1.1.0 release - the dependency the module requires is not in central and licensing is unclear 
-        <module>crowd</module>
-        -->
         <module>ehcache</module>
         <module>groovy</module>
         <module>quartz</module>