Skip to content

Commit

Permalink
chore: fix compile issue after sql module refactoring (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood authored Dec 5, 2024
1 parent a3265a4 commit fba6ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ edc-sql-transactionlocal = { module = "org.eclipse.edc:transaction-local", versi
edc-sql-accesstokendata = { module = "org.eclipse.edc:accesstokendata-store-sql", version.ref = "edc" }
edc-sql-dataplane = { module = "org.eclipse.edc:data-plane-store-sql", version.ref = "edc" }
edc-sql-dataplane-instancestore = { module = "org.eclipse.edc:data-plane-instance-store-sql", version.ref = "edc" }
edc-sql-test-fixtures = { module = "org.eclipse.edc:sql-test-fixtures", version.ref = "edc" }

# Third-part dependencies
postgres = { module = "org.postgresql:postgresql", version.ref = "postgres" }
Expand Down
2 changes: 1 addition & 1 deletion tests/compatibility-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dependencies {
testImplementation(libs.testcontainers.junit)
testImplementation(libs.testcontainers.postgres)
testImplementation(testFixtures(libs.edc.api.management.test.fixtures))
testImplementation(testFixtures(libs.edc.sql.core))
testImplementation(testFixtures(libs.edc.sql.test.fixtures))
}

0 comments on commit fba6ad4

Please sign in to comment.