Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 2b814d3

Browse files
authored
Merge pull request #986 from grails/excludeLiquibaseCommerical
Exclude liquibase-commercial from being exported
2 parents be9edf6 + 5888773 commit 2b814d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grails-database-migration/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ configurations {
4040
dependencies {
4141
implementation platform("org.grails:grails-bom:$grailsVersion")
4242

43-
api "org.liquibase:liquibase-core:$liquibaseHibernate5Version"
43+
api("org.liquibase:liquibase-core:$liquibaseHibernate5Version")
4444
api("org.liquibase.ext:liquibase-hibernate5:$liquibaseHibernate5Version") {
4545
exclude group: 'org.hibernate', module: 'hibernate-core'
4646
exclude group: 'org.hibernate', module: 'hibernate-entitymanager'
4747
exclude group: 'org.hibernate', module: 'hibernate-envers'
4848
exclude group: 'com.h2database', module: 'h2'
49+
exclude group: 'org.liquibase', module: 'liquibase-commercial'
4950
}
5051

5152
api "org.apache.commons:commons-lang3"

0 commit comments

Comments
 (0)