maven中spring项目所需依赖

maven中spring项目所需依赖


      org.springframework
      spring-context
      4.3.5.RELEASE
    
    
      org.springframework
      spring-orm
      4.3.5.RELEASE
    
    
      org.springframework
      spring-web
      4.3.5.RELEASE
    
    
      org.springframework
      spring-webmvc
      4.3.5.RELEASE
    
    
      org.springframework.security
      spring-security-core
      4.2.1.RELEASE
    
    
      org.springframework.security
      spring-security-web
      4.2.1.RELEASE
    
    
      org.springframework.security
      spring-security-config
      4.2.1.RELEASE
    
    
      org.springframework.security
      spring-security-ldap
      4.2.1.RELEASE
    
    
      org.springframework.security
      spring-security-acl
      4.2.1.RELEASE
    
    
      org.springframework.security
      spring-security-cas
      4.2.1.RELEASE
    
    
      org.springframework.security
      spring-security-taglibs
      4.2.1.RELEASE
    
    
      org.springframework
      spring-test
      4.3.5.RELEASE
    

复制代码

转载于:https://juejin.im/post/5b62c2dae51d4534b858592c

你可能感兴趣的:(maven中spring项目所需依赖)