Skip to content

Commit 50af63d

Browse files
GRAILS-9431 - include liquibase in the dist
1 parent 41d9039 commit 50af63d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

grails-core/build.gradle

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

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

0 commit comments

Comments
 (0)