Skip to content

Commit

Permalink
build(deps): bump EDC to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Jul 11, 2024
1 parent 218cf5e commit 1c796f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,18 @@

The [**EDC Connector**](https://github.com/eclipse-edc/Connector) is a framework for a sovereign, inter-organizational
data exchange. It provides _low-level_ primitives to allow network participants to expose and consume offers.
The _Connector_ does so by providing an extensive HTTP API documented via
[OpenAPI specification](https://github.com/eclipse-edc/Connector/blob/a6fdb2a0b4360629ec562e11ae19d077162200b7/resources/openapi/openapi.yaml).

This project aims to increase the level of abstraction, bringing the _low-level_ HTTP API to _mid-level_
developers by providing an HTTP Client which is thoroughly tested and fully type-safe.

> Similarly to the **EDC Connector**, this library is at its early stage.
> It aims to maintain compatibility with the latest version of the _Connector_.
> API specification can be found on [SwaggerHub](https://app.swaggerhub.com/apis/eclipse-edc-bot/management-api)
> API specification can be found on [Management Api Openapi UI](https://eclipse-edc.github.io/Connector/openapi/management-api/)
## Compatibility matrix
|Client |EDC |
|--------|-------|
|0.5.x |0.7.x |
|0.4.x |0.6.x |
|0.3.0 |0.5.0 |
|0.2.1 |0.4.1 |
Expand Down
1 change: 1 addition & 0 deletions connector/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ repositories {

dependencies {
implementation(libs.edc.runtime.metamodel)
implementation(libs.edc.control.api.configuration)
implementation(libs.edc.control.plane.api.client)
implementation(libs.edc.control.plane.core)
implementation(libs.edc.dsp)
Expand Down
3 changes: 2 additions & 1 deletion connector/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
format.version = "1.1"

[versions]
edc = "0.7.0"
edc = "0.7.1"
shadow = "8.1.1"

[libraries]
edc-runtime-metamodel = { module = "org.eclipse.edc:runtime-metamodel", version.ref = "edc" }
edc-control-api-configuration = { module = "org.eclipse.edc:control-api-configuration", version.ref = "edc" }
edc-control-plane-api-client = { module = "org.eclipse.edc:control-plane-api-client", version.ref = "edc" }
edc-control-plane-core = { module = "org.eclipse.edc:control-plane-core", version.ref = "edc" }
edc-configuration-filesystem = { module = "org.eclipse.edc:configuration-filesystem", version.ref = "edc" }
Expand Down

0 comments on commit 1c796f1

Please sign in to comment.