Skip to content

Commit

Permalink
feat: migrating to edc 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Glaucio Jannotti committed Sep 15, 2024
1 parent 92f164b commit 9a187c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion launchers/base/connector/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ dependencies {
implementation("${edcGroup}:http:${edcVersion}")
implementation("${edcGroup}:dsp:${edcVersion}")
implementation("${edcGroup}:management-api:${edcVersion}")
implementation("${edcGroup}:control-api-configuration:${edcVersion}")
implementation("${edcGroup}:api-observability:${edcVersion}")

// Control Plane
implementation("${edcGroup}:control-plane-api-client:${edcVersion}")
implementation("${edcGroup}:control-plane-api:${edcVersion}")
implementation("${edcGroup}:control-plane-core:${edcVersion}")
implementation("${edcGroup}:control-api-configuration:${edcVersion}")

// Data Plane
implementation("${edcGroup}:data-plane-selector-api:${edcVersion}")
Expand Down

0 comments on commit 9a187c3

Please sign in to comment.