We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fa608d + 1636ba2 commit 11a9039Copy full SHA for 11a9039
grails-core/build.gradle
@@ -56,8 +56,6 @@ dependencies {
56
exclude group: 'xml-apis', module:'xml-apis'
57
}
58
59
- runtime 'org.liquibase:liquibase-core:2.0.5'
60
-
61
compile ("com.springsource.springloaded:springloaded-core:$springLoadedVersion") {
62
ext.notInPom = true
63
grails-hibernate/build.gradle
@@ -78,6 +78,7 @@ dependencies {
78
exclude group: 'commons-logging', module:'commons-logging'
79
80
runtime 'javax.validation:validation-api:1.0.0.GA'
81
+ runtime 'org.liquibase:liquibase-core:2.0.5'
82
83
84
test {
0 commit comments