Remove version number from Spring Boot starters
This commit is contained in:
parent
824f2fab05
commit
27fd3edb1b
@ -24,7 +24,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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")
|
compile("org.hsqldb:hsqldb")
|
||||||
testCompile("junit:junit")
|
testCompile("junit:junit")
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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")
|
compile("org.hsqldb:hsqldb")
|
||||||
testCompile("junit:junit")
|
testCompile("junit:junit")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user