0.7.5
Duplicate Transfer-Data-Plane-Signaling Dependencies in edc-controlplane-base
Module?
#1577
Labels
bug
Something isn't working
Discussed in #1576
Originally posted by efiege September 23, 2024
During our review of the dependency tree for the
edc-controlplane-postgresql-azure-vault
module, we observed that both the following dependencies are being included:It appears that the version included in this repository is a patched version of
org.eclipse.edc:transfer-data-plane-signaling:0.7.2
, addressing this issue: #1534.However, having both dependencies included might result in the registration of two
DataPlaneSignalingFlowController
instances within theDataFlowManager
, one with the fix and one without. This could potentially cause the EDC to load the unpatched version, depending on how it resolves these extensions.The unpatched core EDC version is referenced here:
tractusx-edc/gradle/libs.versions.toml
Line 233 in 75d1526
tractusx-edc/edc-controlplane/edc-controlplane-base/build.gradle.kts
Line 70 in 75d1526
The text was updated successfully, but these errors were encountered: