提交 d72eb630 编写于 作者: G Greg Turnquist

Upgrade to Spring Boot 1.0.0.RC2

上级 3b46d965
......@@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC1")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC2")
}
}
......@@ -24,12 +24,12 @@ repositories {
}
dependencies {
compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC1") {
compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC2") {
exclude module: "spring-boot-starter-tomcat"
}
compile("org.springframework.boot:spring-boot-starter-jetty:1.0.0.RC1")
compile("org.springframework.boot:spring-boot-starter-actuator:1.0.0.RC1")
testCompile("junit:junit:4.11")
compile("org.springframework.boot:spring-boot-starter-jetty:1.0.0.RC2")
compile("org.springframework.boot:spring-boot-starter-actuator:1.0.0.RC2")
testCompile("junit:junit")
}
task wrapper(type: Wrapper) {
......
......@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.0.0.RC1</version>
<version>1.0.0.RC2</version>
</parent>
<dependencies>
......
......@@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC1")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC2")
}
}
......@@ -24,8 +24,8 @@ repositories {
}
dependencies {
compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC1")
testCompile("junit:junit:4.11")
compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC2")
testCompile("junit:junit")
}
task wrapper(type: Wrapper) {
......
......@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.0.0.RC1</version>
<version>1.0.0.RC2</version>
</parent>
<dependencies>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册