Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix: system tests (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt authored Jun 12, 2023
1 parent ec9a4bf commit 86060d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ edc-ext-identity-did-crypto = { module = "org.eclipse.edc:identity-did-crypto",
edc-ext-identity-did-core = { module = "org.eclipse.edc:identity-did-core", version.ref = "edc" }
edc-ext-identity-did-web = { module = "org.eclipse.edc:identity-did-web", version.ref = "edc" }
edc-ext-http = { module = "org.eclipse.edc:http", version.ref = "edc" }
edc-ext-json-ld = { module = "org.eclipse.edc:json-ld", version.ref = "edc" }
edc-ext-micrometer-jetty = { module = "org.eclipse.edc:jetty-micrometer", version.ref = "edc" }
edc-ext-micrometer-jersey = { module = "org.eclipse.edc:jersey-micrometer", version.ref = "edc" }
edc-ext-observability = { module = "org.eclipse.edc:api-observability", version.ref = "edc" }
Expand Down
1 change: 1 addition & 0 deletions launcher/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies {
runtimeOnly(libs.edc.core.connector)
runtimeOnly(libs.edc.boot)
runtimeOnly(libs.edc.ext.observability)
runtimeOnly(libs.edc.ext.json.ld)
runtimeOnly(libs.edc.core.micrometer)
runtimeOnly(libs.edc.ext.micrometer.jetty)
runtimeOnly(libs.edc.ext.micrometer.jersey)
Expand Down

0 comments on commit 86060d5

Please sign in to comment.