Skip to content

Commit

Permalink
fix MIW e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Mar 20, 2024
1 parent bc21b43 commit 10d838c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion edc-tests/e2e-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ plugins {

dependencies {
testImplementation(project(":spi:edr-spi"))
testImplementation(project(":edc-extensions:edr:edr-api-v2"))
testImplementation(libs.okhttp.mockwebserver)
testImplementation(libs.restAssured)
testImplementation(libs.nimbus.jwt)
Expand Down
1 change: 0 additions & 1 deletion edc-tests/runtime/runtime-memory-ssi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ dependencies {
// use basic (all in-mem) control plane
implementation(project(":edc-controlplane:edc-controlplane-base")) {
exclude(module = "data-encryption")
exclude(module = "tx-iatp-sts-dim")
}
implementation(project(":core:json-ld-core"))

Expand Down

0 comments on commit 10d838c

Please sign in to comment.