Skip to content

Commit

Permalink
chore: fixes catalog server boot faulire (eclipse-edc#358)
Browse files Browse the repository at this point in the history
chore: fixes catalog server boot failure
  • Loading branch information
wolf4ood authored Oct 10, 2024
1 parent fd01201 commit 4f97137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launchers/catalog-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies {
runtimeOnly(libs.edc.api.management.config)
runtimeOnly(libs.edc.controlplane.core) //default store impls, etc.
runtimeOnly(libs.edc.controlplane.services) // aggregate services
runtimeOnly(libs.edc.core.edrstore)
runtimeOnly(libs.edc.dsp) // protocol webhook
runtimeOnly(libs.bundles.dcp) // DCP protocol impl
runtimeOnly(libs.edc.api.dsp.config) // json-ld expansion
Expand Down

0 comments on commit 4f97137

Please sign in to comment.