Skip to content

Commit

Permalink
fix: add dependency to keep runtime alive (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt authored Aug 19, 2024
1 parent 6d161b9 commit d777190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions basic/basic-01-basic-connector/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ plugins {
dependencies {
implementation(libs.edc.boot)
implementation(libs.edc.connector.core)
implementation(libs.edc.http)
}

application {
Expand Down

0 comments on commit d777190

Please sign in to comment.