springSecurity安全框架需要引入的依赖

 1 
 2   UTF-8
 3   1.7
 4   1.7
 5   4.2.4.RELEASE
 6 
 7 
 8 
 9   
10     junit
11     junit
12     4.11
13     test
14   
15   
16     org.springframework
17     spring-core
18     ${spring.version}
19   
20   
21     org.springframework
22     spring-web
23     ${spring.version}
24   
25   
26     org.springframework
27     spring-webmvc
28     ${spring.version}
29   
30   
31     org.springframework
32     spring-test
33     ${spring.version}
34   
35   
36     org.springframework
37     spring-jdbc
38     ${spring.version}
39   
40   
41     org.springframework.security
42     spring-security-web
43     4.1.0.RELEASE
44   
45   
46     org.springframework.security
47     spring-security-config
48     4.1.0.RELEASE
49   
50   
51     javax.servlet
52     servlet-api
53     2.5
54     provided
55   
56 

 

转载于:https://www.cnblogs.com/-jian/p/11336652.html

你可能感兴趣的:(springSecurity安全框架需要引入的依赖)