commit | 281d11f9ff5e0289c74f49562eadee4b8858b420 | [log] [tgz] |
---|---|---|
author | 刘洪青 <hongqing.liu@supwisdom.com> | 周五 8月 03 16:51:42 2018 +0800 |
committer | 刘洪青 <hongqing.liu@supwisdom.com> | 周五 8月 03 16:51:42 2018 +0800 |
tree | f9216de9c6fd3539b662c5a682b3512324d30d86 | |
parent | d49e494ea9d75aec1b3030c00002e4e5812bfdf7 [diff] [blame] |
增加basic认证
diff --git a/samples/user/pom.xml b/samples/user/pom.xml index 23bbb2e..33eb022 100644 --- a/samples/user/pom.xml +++ b/samples/user/pom.xml
@@ -53,6 +53,11 @@ <dependency> <groupId>com.supwisdom.infras</groupId> + <artifactId>infras-security</artifactId> + </dependency> + + <dependency> + <groupId>com.supwisdom.infras</groupId> <artifactId>infras-mvc</artifactId> </dependency>