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.
1 parent 50af63d commit 1636ba2Copy full SHA for 1636ba2
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
@@ -74,4 +72,4 @@ compileGroovy.doFirst {
74
72
75
73
76
77
-jar.appendix = 'core'
+jar.appendix = 'core'
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