Skip to content

Commit

Permalink
application refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
xcodeassociated committed Sep 16, 2024
1 parent c4b2add commit 4608498
Show file tree
Hide file tree
Showing 28 changed files with 732 additions and 598 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {

// liquibase
implementation ('org.liquibase:liquibase-core:4.29.2') {
exclude group: 'javax.xml.bind', module: 'jaxb-api'
exclude group: 'javax.xml.bind', module: 'jaxb-receiver'
exclude group: 'org.liquibase.ext', module: 'liquibase-hibernate5'
}
liquibaseRuntime 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
Expand Down
Loading

0 comments on commit 4608498

Please sign in to comment.