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 b634371 + 50af63d commit 7fa608dCopy full SHA for 7fa608d
grails-core/build.gradle
@@ -56,7 +56,9 @@ dependencies {
56
exclude group: 'xml-apis', module:'xml-apis'
57
}
58
59
- compile ("org.springsource.springloaded:springloaded-core:$springLoadedVersion") {
+ runtime 'org.liquibase:liquibase-core:2.0.5'
60
+
61
+ compile ("com.springsource.springloaded:springloaded-core:$springLoadedVersion") {
62
ext.notInPom = true
63
64
@@ -72,4 +74,4 @@ compileGroovy.doFirst {
72
74
73
75
76
-jar.appendix = 'core'
77
+jar.appendix = 'core'
0 commit comments