Remove version number from Spring Boot starters

This commit is contained in:
Greg Turnquist 2014-02-17 15:50:52 -06:00
parent 824f2fab05
commit 27fd3edb1b
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ repositories {
}
dependencies {
compile("org.springframework.boot:spring-boot-starter-batch:1.0.0.RC3")
compile("org.springframework.boot:spring-boot-starter-batch")
compile("org.hsqldb:hsqldb")
testCompile("junit:junit")
}

View File

@ -20,7 +20,7 @@ repositories {
}
dependencies {
compile("org.springframework.boot:spring-boot-starter-batch:1.0.0.RC3")
compile("org.springframework.boot:spring-boot-starter-batch")
compile("org.hsqldb:hsqldb")
testCompile("junit:junit")
}