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/10/28 10:59:45 UTC

svn commit: r1028232 - /shiro/trunk/support/pom.xml

Author: kaosko
Date: Thu Oct 28 08:59:44 2010
New Revision: 1028232

URL: http://svn.apache.org/viewvc?rev=1028232&view=rev
Log:
Disable crowd module for now since it is blocking 1.1.0 release - the dependency the module requires is not in central and licensing is unclear 

Modified:
    shiro/trunk/support/pom.xml

Modified: shiro/trunk/support/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/support/pom.xml?rev=1028232&r1=1028231&r2=1028232&view=diff
==============================================================================
--- shiro/trunk/support/pom.xml (original)
+++ shiro/trunk/support/pom.xml Thu Oct 28 08:59:44 2010
@@ -32,7 +32,9 @@
 
     <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>