Spring Maven pom依赖


  4.0.0

  com
  ssm1
  0.0.1-SNAPSHOT
  jar

  ssm1
  http://maven.apache.org

  
    UTF-8
  

  
    
    
    
      junit
      junit
      3.8.1
      test
    
    
    
    
        aopalliance
        aopalliance
        1.0
    
        
    
    
        org.aspectj
        aspectjrt
        1.8.10
    
    
    
    
        commons-io
        commons-io
        2.6
    
    
    
    
        commons-fileupload
        commons-fileupload
        1.3.1
    
    
    
    
        commons-logging
        commons-logging
        1.2
    
    
    
    
        com.fasterxml.jackson.core
        jackson-core
        2.9.1
    
    
    
    
        com.fasterxml.jackson.core
        jackson-databind
        2.9.1
    
    
    
    
        com.fasterxml.jackson.core
        jackson-annotations
        2.9.0
    

        

    
    
    
        javax.servlet
        jstl
        1.2
    
    
    
    
    
    
        log4j
        log4j
        1.2.17
    
    
    
    
    
    
        org.springframework
        spring-aop
        4.3.6.RELEASE
    
    
    
    
    
        org.springframework
        spring-aspects
        4.3.6.RELEASE
    
    
    
    
        org.springframework
        spring-beans
        4.3.6.RELEASE
    
    
        
    
        org.springframework
        spring-context
        4.3.6.RELEASE
    
    
    
    
        org.springframework
        spring-context-support
        4.3.6.RELEASE
    
    
    
    
        org.springframework
        spring-core
        4.3.6.RELEASE
    
    
    
    
        org.springframework
        spring-expression
        4.3.6.RELEASE
    
    
    
    
        org.springframework
        spring-jdbc
        4.3.6.RELEASE
    
    
    
    
        org.springframework
        spring-tx
        4.3.6.RELEASE
    
    
    
    
        org.springframework
        spring-web
        4.3.6.RELEASE
    

    
    
        org.springframework
        spring-webmvc
        4.3.6.RELEASE
    
    
    
    
        org.springframework
        spring-orm
        4.3.6.RELEASE
    
    
    
    
        com.alibaba
        druid
        1.1.5
    
    
    
    
        org.mybatis
        mybatis
        3.4.1
    
    
      
    
        org.mybatis
        mybatis-spring
        1.3.0
    



  
  
  
  


你可能感兴趣的:(Spring Maven pom依赖)