Skip to content

Commit 7fa608d

Browse files
Merge branch '2.1.x' into 2.2.x
Conflicts: grails-core/build.gradle
2 parents b634371 + 50af63d commit 7fa608d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

grails-core/build.gradle

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

59-
compile ("org.springsource.springloaded:springloaded-core:$springLoadedVersion") {
59+
runtime 'org.liquibase:liquibase-core:2.0.5'
60+
61+
compile ("com.springsource.springloaded:springloaded-core:$springLoadedVersion") {
6062
ext.notInPom = true
6163
}
6264

@@ -72,4 +74,4 @@ compileGroovy.doFirst {
7274
}
7375
}
7476

75-
jar.appendix = 'core'
77+
jar.appendix = 'core'

0 commit comments

Comments
 (0)