Skip to content

Commit

Permalink
re-add accidently removed required dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier committed Oct 11, 2024
1 parent e6cd744 commit 0a9072f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ dependencies {
testAnnotationProcessor(libs.lombok)
testCompileOnly(libs.lombok)

testImplementation(libs.edc.dspHttpSpi)

testImplementation(project(":extensions:test-backend-controller"))
testImplementation(project(":extensions:wrapper:clients:java-client"))
testImplementation(project(":utils:test-utils"))
Expand Down

0 comments on commit 0a9072f

Please sign in to comment.