Skip to content

Commit 11a9039

Browse files
Merge branch '2.1.x' into 2.2.x
2 parents 7fa608d + 1636ba2 commit 11a9039

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

grails-core/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ dependencies {
5656
exclude group: 'xml-apis', module:'xml-apis'
5757
}
5858

59-
runtime 'org.liquibase:liquibase-core:2.0.5'
60-
6159
compile ("com.springsource.springloaded:springloaded-core:$springLoadedVersion") {
6260
ext.notInPom = true
6361
}

grails-hibernate/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ dependencies {
7878
exclude group: 'commons-logging', module:'commons-logging'
7979
}
8080
runtime 'javax.validation:validation-api:1.0.0.GA'
81+
runtime 'org.liquibase:liquibase-core:2.0.5'
8182
}
8283

8384
test {

0 commit comments

Comments
 (0)