Skip to content

Commit e5e3b38

Browse files
chore: pin the version of IdentityHub to 0.3.1 (DWN variant)
1 parent 61e5eb8 commit e5e3b38

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

gradle/libs.versions.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ awaitility = "4.2.0"
66
azure-rm = "2.31.0"
77
bouncyCastle-jdk18on = "1.76"
88
edc = "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"
913
failsafe = "3.3.2"
1014
httpMockServer = "5.15.0"
1115
jakarta-json = "2.0.1"
@@ -59,7 +63,7 @@ edc-ext-boot = { module = "org.eclipse.edc:boot", version.ref = "edc" }
5963
edc-spi-fcc = { module = "org.eclipse.edc:federated-catalog-spi", version.ref = "edc" }
6064
edc-controlplane-spi = { module = "org.eclipse.edc:control-plane-spi", version.ref = "edc" }
6165
edc-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" }
6367
edc-dsp = { module = "org.eclipse.edc:dsp", version.ref = "edc" }
6468
edc-junit = { module = "org.eclipse.edc:junit", version.ref = "edc" }
6569
edc-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
8892
edc-sql-lease = { module = "org.eclipse.edc:sql-lease", version.ref = "edc" }
8993
edc-sql-dataplane-instancestore = { module = "org.eclipse.edc:data-plane-instance-store-sql", version.ref = "edc" }
9094
edc-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
9599
failsafe-core = { module = "dev.failsafe:failsafe", version.ref = "failsafe" }

0 commit comments

Comments
 (0)