diff --git a/modules/shindig-uber/pom.xml b/modules/shindig-uber/pom.xml
index 2484980024..c8f42f299a 100644
--- a/modules/shindig-uber/pom.xml
+++ b/modules/shindig-uber/pom.xml
@@ -171,7 +171,7 @@
org.apache.shiro
shiro-web
- 2.1.0
+ ${shiro.version}
compile
diff --git a/pom.xml b/pom.xml
index ecbdd3458e..3b29b559d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,6 +191,7 @@
6.5.3
4.0.1
1.1-BETA5-incubating
+ 1.13.0
2.7.1
1.1.2
true
@@ -1223,6 +1224,52 @@
poi-ooxml-schemas
${poi.version}
+
+
+ org.apache.shiro
+ shiro-core
+ ${shiro.version}
+
+
+ org.apache.shiro
+ shiro-web
+ ${shiro.version}
+
+
+ org.apache.shiro
+ shiro-spring
+ ${shiro.version}
+
+
+ org.apache.shiro
+ shiro-lang
+ ${shiro.version}
+
+
+ org.apache.shiro
+ shiro-event
+ ${shiro.version}
+
+
+ org.apache.shiro
+ shiro-config-core
+ ${shiro.version}
+
+
+ org.apache.shiro
+ shiro-config-ogdl
+ ${shiro.version}
+
+
+ org.apache.shiro
+ shiro-crypto-hash
+ ${shiro.version}
+
+
+ org.apache.shiro
+ shiro-crypto-cipher
+ ${shiro.version}
+
commons-betwixt