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

Upgrade to Spring Boot 0.5.0.M6

上级 fc263254
...@@ -64,7 +64,7 @@ buildscript { ...@@ -64,7 +64,7 @@ buildscript {
mavenLocal() mavenLocal()
} }
dependencies { dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M5") classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6")
} }
} }
...@@ -84,7 +84,7 @@ repositories { ...@@ -84,7 +84,7 @@ repositories {
} }
dependencies { dependencies {
compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M5") compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M6")
testCompile("junit:junit:4.11") testCompile("junit:junit:4.11")
} }
......
...@@ -4,7 +4,7 @@ buildscript { ...@@ -4,7 +4,7 @@ buildscript {
mavenLocal() mavenLocal()
} }
dependencies { dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M5") classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6")
} }
} }
...@@ -24,11 +24,11 @@ repositories { ...@@ -24,11 +24,11 @@ repositories {
} }
dependencies { dependencies {
compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M5") { compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M6") {
exclude module: "spring-boot-starter-tomcat" exclude module: "spring-boot-starter-tomcat"
} }
compile("org.springframework.boot:spring-boot-starter-jetty:0.5.0.M5") compile("org.springframework.boot:spring-boot-starter-jetty:0.5.0.M6")
compile("org.springframework.boot:spring-boot-starter-actuator:0.5.0.M5") compile("org.springframework.boot:spring-boot-starter-actuator:0.5.0.M6")
testCompile("junit:junit:4.11") testCompile("junit:junit:4.11")
} }
......
...@@ -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>0.5.0.M5</version> <version>0.5.0.M6</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:0.5.0.M5") classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6")
} }
} }
...@@ -24,7 +24,7 @@ repositories { ...@@ -24,7 +24,7 @@ repositories {
} }
dependencies { dependencies {
compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M5") compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M6")
testCompile("junit:junit:4.11") testCompile("junit:junit:4.11")
} }
......
...@@ -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>0.5.0.M5</version> <version>0.5.0.M6</version>
</parent> </parent>
<dependencies> <dependencies>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册