Skip to content

Commit 4608498

Browse files
application refactor
1 parent c4b2add commit 4608498

File tree

28 files changed

+732
-598
lines changed

28 files changed

+732
-598
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262

6363
// liquibase
6464
implementation ('org.liquibase:liquibase-core:4.29.2') {
65-
exclude group: 'javax.xml.bind', module: 'jaxb-api'
65+
exclude group: 'javax.xml.bind', module: 'jaxb-receiver'
6666
exclude group: 'org.liquibase.ext', module: 'liquibase-hibernate5'
6767
}
6868
liquibaseRuntime 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'

0 commit comments

Comments
 (0)