Merge pull request #205 from apache/cache-to-all

Add shiro-cache to shiro-all package
diff --git a/all/pom.xml b/all/pom.xml
index 2bf6a43..4ecaf9c 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -75,6 +75,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.shiro</groupId>
+            <artifactId>shiro-cache</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.shiro</groupId>
             <artifactId>shiro-ehcache</artifactId>
         </dependency>
         <dependency>