Skip to content

Commit

Permalink
fix: compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Feb 14, 2025
1 parent e9f95b3 commit a0a3a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions extensions/api/federated-catalog-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies {
implementation(libs.edc.spi.transform)
implementation(libs.edc.spi.web)
implementation(libs.edc.lib.jerseyproviders)
implementation(libs.edc.lib.api)
implementation(libs.edc.core.api) // for the ApiCoreSchema

runtimeOnly(libs.edc.spi.jsonld)
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ restAssured = { module = "io.rest-assured:rest-assured", version.ref = "restAssu


# EDC libs
edc-lib-api = { module = "org.eclipse.edc:api-lib", version.ref = "edc" }
edc-lib-boot = { module = "org.eclipse.edc:boot-lib", version.ref = "edc" }
edc-lib-jerseyproviders = { module = "org.eclipse.edc:jersey-providers-lib", version.ref = "edc" }
edc-lib-json = { module = "org.eclipse.edc:json-lib", version.ref = "edc" }
Expand Down

0 comments on commit a0a3a00

Please sign in to comment.