Upgrade dependencies and samples to Spring Boot 1.4.7.RELEASE levels
Resolves: #1108
This commit is contained in:
@@ -12,13 +12,13 @@ dependencies {
|
||||
|
||||
providedCompile "javax.servlet:javax.servlet-api:$servletApiVersion"
|
||||
|
||||
runtime "org.springframework.shell:spring-shell:1.0.0.RELEASE"
|
||||
runtime "org.springframework.shell:spring-shell:$springShellVersion"
|
||||
|
||||
testCompile "junit:junit:$junitVersion"
|
||||
|
||||
integrationTestCompile gebDependencies
|
||||
|
||||
integrationTestRuntime "org.springframework.shell:spring-shell:1.0.0.RELEASE"
|
||||
integrationTestRuntime "org.springframework.shell:spring-shell:$springShellVersion"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user