Skip to content

Commit

Permalink
More OSGi nonsense.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dries Samyn committed Oct 2, 2023
1 parent 679ca6c commit 595a2e1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions applications/examples/sandbox-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ dependencies {
runtimeOnly project(':libs:messaging:db-message-bus-impl')
runtimeOnly project(':libs:serialization:serialization-checkpoint-api')
runtimeOnly project(':libs:serialization:serialization-kryo')
runtimeOnly project(":libs:state-manager:state-manager-db-impl")
runtimeOnly project(':testing:group-policy-test-common')
runtimeOnly project(':libs:web:web-impl')

Expand Down
5 changes: 5 additions & 0 deletions libs/db/db-orm-impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ dependencies {
exclude group: 'org.osgi'
}
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
6 changes: 0 additions & 6 deletions processors/db-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,6 @@ dependencies {
runtimeOnly project(':libs:schema-registry:schema-registry-impl')
runtimeOnly project(":libs:web:web-impl")

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"

testRuntimeOnly "org.postgresql:postgresql:$postgresDriverVersion"

testImplementation "org.assertj:assertj-core:$assertjVersion"
Expand Down
1 change: 1 addition & 0 deletions processors/flow-mapper-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ dependencies {
runtimeOnly project(':libs:crypto:cipher-suite-impl')
runtimeOnly project(":libs:crypto:crypto-serialization-impl")
runtimeOnly project(':libs:crypto:merkle-impl')
runtimeOnly project(':libs:db:db-orm-impl')
runtimeOnly project(":libs:flows:external-event-responses-impl")
runtimeOnly project(":libs:flows:flow-api")
runtimeOnly project(":libs:flows:session-manager-impl")
Expand Down
1 change: 1 addition & 0 deletions processors/flow-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ dependencies {
runtimeOnly project(":components:virtual-node:cpk-read-service-impl")
runtimeOnly project(":components:flow:flow-mapper-impl")
runtimeOnly project(":libs:application:application-impl")
runtimeOnly project(':libs:db:db-orm-impl')
runtimeOnly project(":libs:flows:external-event-responses-impl")
runtimeOnly project(":libs:flows:flow-api")
runtimeOnly project(":libs:flows:session-manager-impl")
Expand Down

0 comments on commit 595a2e1

Please sign in to comment.