From b28e29904aaa05f93d010f1e72bb057729c12dfe Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Sat, 5 Jan 2013 11:12:30 +0100 Subject: [PATCH] added shiro dependencies --- scm-plugin-backend/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/scm-plugin-backend/pom.xml b/scm-plugin-backend/pom.xml index 8bc1981a21..dd04bd385c 100644 --- a/scm-plugin-backend/pom.xml +++ b/scm-plugin-backend/pom.xml @@ -74,6 +74,20 @@ imgscalr-lib 4.2 + + + + + org.apache.shiro + shiro-web + ${shiro.version} + + + + org.apache.shiro + shiro-guice + ${shiro.version} +