增加shiro测试代码

This commit is contained in:
lixiangrong
2016-01-26 16:51:50 +08:00
parent c1445e3b31
commit d7bddaee3b
4 changed files with 47 additions and 8 deletions

11
pom.xml
View File

@@ -7,6 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
<name>useful-code Maven Webapp</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
@@ -14,6 +15,16 @@
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId>
<version>1.2.2</version>
</dependency>
</dependencies>
<build>
<finalName>useful-code</finalName>