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

Upgrade to Spring Boot 1.0.0.RC2

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