This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/build.gradle b/build.gradle | |
| index 3da4379..699c56d 100644 | |
| --- a/build.gradle | |
| +++ b/build.gradle | |
| @@ -70,6 +70,7 @@ project(':feign-gson') { | |
| compile project(':feign-core') | |
| compile 'com.google.code.gson:gson:2.2.4' | |
| testCompile 'org.testng:testng:6.8.5' | |
| + testCompile 'com.google.mockwebserver:mockwebserver:20130706' | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import base.shiro.ShiroRole | |
| import base.shiro.ShiroUser | |
| import org.apache.shiro.cas.CasAuthenticationException | |
| import org.apache.shiro.authc.AccountException | |
| import org.apache.shiro.authc.SimpleAuthenticationInfo | |
| import org.apache.shiro.util.StringUtils | |
| import org.apache.shiro.util.CollectionUtils | |
| import org.apache.shiro.subject.PrincipalCollection | |
| import org.apache.shiro.subject.SimplePrincipalCollection |