Skip to content

Commit

Permalink
add txlocal to test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Jul 5, 2024
1 parent ab9a07a commit aab29bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system-tests/e2e-transfer-test/runner/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies {
testImplementation(project(":spi:control-plane:transfer-spi"))
testImplementation(project(":spi:data-plane:data-plane-spi"))
testImplementation(project(":extensions:common:sql:sql-core"))
testImplementation(project(":extensions:common:transaction:transaction-local"))

testImplementation(project(":spi:common:web-spi"))
testImplementation(project(":core:common:connector-core"))
Expand Down

0 comments on commit aab29bb

Please sign in to comment.