Upgrade to Spring Boot 1.0.0.RC1 and other dependencies
This commit is contained in:
parent
61cfd83bec
commit
0a847b11fd
@ -4,7 +4,7 @@ buildscript {
|
||||
mavenLocal()
|
||||
}
|
||||
dependencies {
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6")
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC1")
|
||||
}
|
||||
}
|
||||
|
||||
@ -24,7 +24,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M6")
|
||||
compile("org.springframework.boot:spring-boot-starter-batch:1.0.0.RC1")
|
||||
compile("org.hsqldb:hsqldb")
|
||||
testCompile("junit:junit:4.11")
|
||||
}
|
||||
|
@ -10,7 +10,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>0.5.0.M6</version>
|
||||
<version>1.0.0.RC1</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
@ -20,7 +20,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M6")
|
||||
compile("org.springframework.boot:spring-boot-starter-batch:1.0.0.RC1")
|
||||
compile("org.hsqldb:hsqldb")
|
||||
testCompile("junit:junit:4.11")
|
||||
}
|
||||
|
@ -10,7 +10,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>0.5.0.M6</version>
|
||||
<version>1.0.0.RC1</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
Loading…
x
Reference in New Issue
Block a user