diff --git a/pom.xml b/pom.xml
index 25bb34579f..26c9644da1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -401,6 +401,9 @@
2.3.19
7.6.5.v20120716
+
+ 1.2.1
+
2.0.0.201206130900-r
1.7.5-2
diff --git a/scm-core/pom.xml b/scm-core/pom.xml
index 04253635c8..8b6f57597d 100644
--- a/scm-core/pom.xml
+++ b/scm-core/pom.xml
@@ -33,6 +33,14 @@
${slf4j.version}
+
+
+
+ org.apache.shiro
+ shiro-core
+ ${shiro.version}
+
+
diff --git a/scm-webapp/pom.xml b/scm-webapp/pom.xml
index 30d37cbd6b..d922828df9 100644
--- a/scm-webapp/pom.xml
+++ b/scm-webapp/pom.xml
@@ -64,6 +64,20 @@
scm-git-plugin
1.21-SNAPSHOT
+
+
+
+
+ org.apache.shiro
+ shiro-web
+ ${shiro.version}
+
+
+
+ org.apache.shiro
+ shiro-guice
+ ${shiro.version}
+