We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416ffff commit 6c753f1Copy full SHA for 6c753f1
1 file changed
edc-dataplane/edc-dataplane-construct-x/con-x-dataplane-postgresql-hashicorp-vault/build.gradle.kts
@@ -36,7 +36,7 @@ dependencies {
36
implementation("org.eclipse.edc:dataplane-feature-sql-bom:$edcVersion")
37
implementation("org.eclipse.edc:vault-hashicorp:$edcVersion")
38
39
- implementation("org.eclipse.edc:participant-context-config-core:${edcVersion}")
+ implementation("org.eclipse.edc:participant-context-config-core:$edcVersion")
40
41
implementation("org.eclipse.tractusx.edc:dataplane-public-api-v2:$txVersion")
42
implementation("org.eclipse.tractusx.edc:dataplane-util:$txVersion")
0 commit comments