Skip to content

Commit

Permalink
Fix Liquibase dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
driessamyn committed Oct 3, 2023
1 parent cc9d374 commit 3e81936
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions libs/db/db-admin-impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ dependencies {

api project(":libs:db:db-admin")

runtimeOnly "org.apache.aries.spifly:org.apache.aries.spifly.dynamic.framework.extension:$ariesDynamicFrameworkExtensionVersion"
runtimeOnly "org.liquibase:liquibase-core:$liquibaseVersion"
// NOTE: this is needed by Liquibase but for some reason not picked up automatically.
runtimeOnly "commons-beanutils:commons-beanutils:$beanutilsVersion"


testImplementation "org.assertj:assertj-core:$assertjVersion"
testImplementation "org.mockito:mockito-core:$mockitoVersion"
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
Expand Down
4 changes: 0 additions & 4 deletions libs/db/db-orm-impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ dependencies {
}
runtimeOnly project(':libs:antlr')
runtimeOnly "com.sun.activation:javax.activation:$activationVersion"
runtimeOnly "org.apache.aries.spifly:org.apache.aries.spifly.dynamic.framework.extension:$ariesDynamicFrameworkExtensionVersion"
runtimeOnly "org.liquibase:liquibase-core:$liquibaseVersion"
// NOTE: this is needed by Liquibase but for some reason not picked up automatically.
runtimeOnly "commons-beanutils:commons-beanutils:$beanutilsVersion"

implementation project(":libs:db:db-core")
implementation project(":libs:db:db-orm")
Expand Down

0 comments on commit 3e81936

Please sign in to comment.