From 4f97137dca983fdf8e83e97c6e6db06376e61538 Mon Sep 17 00:00:00 2001 From: Enrico Risa Date: Thu, 10 Oct 2024 18:00:20 +0200 Subject: [PATCH] chore: fixes catalog server boot faulire (#358) chore: fixes catalog server boot failure --- launchers/catalog-server/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/launchers/catalog-server/build.gradle.kts b/launchers/catalog-server/build.gradle.kts index 1d98977c..9bfdd7ee 100644 --- a/launchers/catalog-server/build.gradle.kts +++ b/launchers/catalog-server/build.gradle.kts @@ -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