maven工程spring3.x pom文件依赖配置

转自:http://blog.sina.com.cn/s/blog_9191910f0101ngly.html

 

 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 4.0.0
 baidu
 meng
 0.0.1-SNAPSHOT
 jar
 
  
   com.springsource.repository.bundles.release
   EBR Spring Release Repository
   http:// repository.springsource.com/maven/bundles/release
  

  
   com.springsource.repository.bundles.external
   EBR External Release Repository
   http:// repository.springsource.com/maven/bundles/external
  

 

 
  3.0.5.RELEASE
 

 
 
  
   org.springframework
   spring-core
   ${org.springframework.version}
  

  
  
   org.springframework
   spring-expression
   ${org.springframework.version}
  

  
  
   org.springframework
   spring-beans
   ${org.springframework.version}
  

  
  
   org.springframework
   spring-aop
   ${org.springframework.version}
  

  
  
   org.springframework
   spring-context
   ${org.springframework.version}
  

  
  
   org.springframework
   spring-context-support
   ${org.springframework.version}
  

  
  
   org.springframework
   spring-tx
   ${org.springframework.version}
  

  
  
   org.springframework
   spring-jdbc
   ${org.springframework.version}
  

  
  
   org.springframework
   spring-orm
   ${org.springframework.version}
  

  
  
   org.springframework
   spring-oxm
   ${org.springframework.version}
  

  
  
   org.springframework
   spring-web
   ${org.springframework.version}
  

  
  
   org.springframework
   spring-webmvc
   ${org.springframework.version}
  

  
  
   org.springframework
   spring-webmvc-portlet
   ${org.springframework.version}
  

  
  
   org.springframework
   spring-test
   ${org.springframework.version}
   test
  

 

你可能感兴趣的:(spring,maven)