Raise the minimum Spring Framework version to 4.3.x
Closes gh-284
This commit is contained in:
@@ -31,6 +31,7 @@ ext {
|
||||
}
|
||||
|
||||
ext['spring-restdocs.version'] = '1.2.0.BUILD-SNAPSHOT'
|
||||
ext['spring.version']='4.3.1.RELEASE'
|
||||
|
||||
dependencies {
|
||||
compile 'org.springframework.boot:spring-boot-starter-web'
|
||||
|
||||
@@ -47,6 +47,7 @@ dependencyManagement {
|
||||
}
|
||||
imports {
|
||||
mavenBom "org.grails:grails-bom:$grailsVersion"
|
||||
mavenBom "org.springframework:spring-framework-bom:4.3.1.RELEASE"
|
||||
}
|
||||
applyMavenExclusions false
|
||||
}
|
||||
|
||||
@@ -27,6 +27,7 @@ ext {
|
||||
}
|
||||
|
||||
ext['spring-restdocs.version'] = '1.2.0.BUILD-SNAPSHOT'
|
||||
ext['spring.version']='4.3.1.RELEASE'
|
||||
|
||||
dependencies {
|
||||
compile 'org.springframework.boot:spring-boot-starter-data-jpa'
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<java.version>1.7</java.version>
|
||||
<spring.version>4.3.1.RELEASE</spring.version>
|
||||
<spring-restdocs.version>1.2.0.BUILD-SNAPSHOT</spring-restdocs.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@ ext {
|
||||
snippetsDir = file('build/generated-snippets')
|
||||
}
|
||||
|
||||
ext['spring.version']='4.3.1.RELEASE'
|
||||
ext['spring-restdocs.version'] = '1.2.0.BUILD-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -29,6 +29,8 @@ targetCompatibility = 1.7
|
||||
ext {
|
||||
snippetsDir = file('build/generated-snippets')
|
||||
}
|
||||
|
||||
ext['spring.version']='4.3.1.RELEASE'
|
||||
ext['spring-restdocs.version'] = '1.2.0.BUILD-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user