mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 14:25:57 +02:00
added dependencies for apache shiro
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -401,6 +401,9 @@
|
||||
<freemarker.version>2.3.19</freemarker.version>
|
||||
<jetty.version>7.6.5.v20120716</jetty.version>
|
||||
|
||||
<!-- security libraries -->
|
||||
<shiro.version>1.2.1</shiro.version>
|
||||
|
||||
<!-- repostitory libraries -->
|
||||
<jgit.version>2.0.0.201206130900-r</jgit.version>
|
||||
<svnkit.version>1.7.5-2</svnkit.version>
|
||||
|
||||
@@ -33,6 +33,14 @@
|
||||
<version>${slf4j.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- security -->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.shiro</groupId>
|
||||
<artifactId>shiro-core</artifactId>
|
||||
<version>${shiro.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- injection -->
|
||||
|
||||
<dependency>
|
||||
|
||||
@@ -64,6 +64,20 @@
|
||||
<artifactId>scm-git-plugin</artifactId>
|
||||
<version>1.21-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<!-- security -->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.shiro</groupId>
|
||||
<artifactId>shiro-web</artifactId>
|
||||
<version>${shiro.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.shiro</groupId>
|
||||
<artifactId>shiro-guice</artifactId>
|
||||
<version>${shiro.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- rest api -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user