Skip to content

Commit

Permalink
fix: build.gradle.kts imports fixed (#227)
Browse files Browse the repository at this point in the history
Imports fixed:
 "libs.edc.control.plane.api" added
 "libs.edc.control.plane.api" duplication eliminated

Co-authored-by: Alzueta, Daniel <[email protected]>
  • Loading branch information
alzcurda and alzcurda-i2cat authored Apr 5, 2024
1 parent f1e5f80 commit 64575ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ plugins {
dependencies {

implementation(libs.edc.control.plane.api.client)
implementation(libs.edc.control.plane.api)
implementation(libs.edc.control.plane.core)
implementation(libs.edc.control.plane.api.client)
implementation(libs.edc.dsp)
implementation(libs.edc.configuration.filesystem)
implementation(libs.edc.vault.filesystem)
Expand Down

0 comments on commit 64575ec

Please sign in to comment.