From 8eb632aa61d70bad4086910112f06646e9f25d50 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Sun, 26 Aug 2012 15:35:01 +0200 Subject: [PATCH] added dependencies for apache shiro --- pom.xml | 3 +++ scm-core/pom.xml | 8 ++++++++ scm-webapp/pom.xml | 14 ++++++++++++++ 3 files changed, 25 insertions(+) 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} +