Skip to content

Commit d777190

Browse files
authored
fix: add dependency to keep runtime alive (#307)
1 parent 6d161b9 commit d777190

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

basic/basic-01-basic-connector/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ plugins {
2222
dependencies {
2323
implementation(libs.edc.boot)
2424
implementation(libs.edc.connector.core)
25+
implementation(libs.edc.http)
2526
}
2627

2728
application {

0 commit comments

Comments
 (0)