@@ -6,6 +6,10 @@ awaitility = "4.2.0"
66azure-rm = " 2.31.0"
77bouncyCastle-jdk18on = " 1.76"
88edc = " 0.3.2-SNAPSHOT"
9+ # we need to pin the version of IH, because this is the last version to contain the DWN implementation
10+ # current snapshot builds of IH don't have feature parity yet.
11+ # todo: remove this once IH supports credential presentation and issuance
12+ identityhub = " 0.3.1"
913failsafe = " 3.3.2"
1014httpMockServer = " 5.15.0"
1115jakarta-json = " 2.0.1"
@@ -59,7 +63,7 @@ edc-ext-boot = { module = "org.eclipse.edc:boot", version.ref = "edc" }
5963edc-spi-fcc = { module = " org.eclipse.edc:federated-catalog-spi" , version.ref = " edc" }
6064edc-controlplane-spi = { module = " org.eclipse.edc:control-plane-spi" , version.ref = " edc" }
6165edc-iam-mock = { module = " org.eclipse.edc:iam-mock" , version.ref = " edc" }
62- edc-ih-spi-store = { module = " org.eclipse.edc:identity-hub-store-spi" , version.ref = " edc " }
66+ edc-ih-spi-store = { module = " org.eclipse.edc:identity-hub-store-spi" , version.ref = " identityhub " }
6367edc-dsp = { module = " org.eclipse.edc:dsp" , version.ref = " edc" }
6468edc-junit = { module = " org.eclipse.edc:junit" , version.ref = " edc" }
6569edc-provision-http = { module = " org.eclipse.edc:provision-http" , version.ref = " edc" }
@@ -88,8 +92,8 @@ edc-sql-transferprocess = { module = "org.eclipse.edc:transfer-process-store-sql
8892edc-sql-lease = { module = " org.eclipse.edc:sql-lease" , version.ref = " edc" }
8993edc-sql-dataplane-instancestore = { module = " org.eclipse.edc:data-plane-instance-store-sql" , version.ref = " edc" }
9094edc-sql-dataplane-store = { module = " org.eclipse.edc:data-plane-store-sql" , version.ref = " edc" }
91- edc-sql-identityhub-store = { module = " org.eclipse.edc:identity-hub-store-sql" , version.ref = " edc " }
92- edc-sql-participant-store = { module = " org.eclipse.edc:participant-store-sql" , version.ref = " edc " }
95+ edc-sql-identityhub-store = { module = " org.eclipse.edc:identity-hub-store-sql" , version.ref = " identityhub " }
96+ edc-sql-participant-store = { module = " org.eclipse.edc:participant-store-sql" , version.ref = " identityhub " }
9397
9498# third-partyi deps
9599failsafe-core = { module = " dev.failsafe:failsafe" , version.ref = " failsafe" }
0 commit comments