Spring Milestone Maven Repository地址

使用maven又想试用spring 3.0 m3的朋友可以用springsource官方的maven仓库

http://repository.springsource.com/maven/bundles/milestone

官方repository上面缺少几个依赖, 加入atlassian proxy仓库
https://m2proxy.atlassian.com/repository/public


使用Spring 3.0 M3的示例如下

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
com.andyao
spring-m3-test
1.0-SNAPSHOT



springsource-milestone
http://repository.springsource.com/maven/bundles/milestone


atlassian-m2-repository
https://m2proxy.atlassian.com/repository/public





org.springframework
org.springframework.beans
3.0.0.M3



org.springframework
org.springframework.context
3.0.0.M3



org.springframework
org.springframework.context.support
3.0.0.M3



org.springframework
org.springframework.core
3.0.0.M3



org.springframework
org.springframework.oxm
3.0.0.M3



org.springframework
org.springframework.web
3.0.0.M3



org.springframework
org.springframework.web.servlet
3.0.0.M3



asm
asm-all
2.2.3




你可能感兴趣的:(java)