feat(jdbc): implementation of FlowListeners

This commit is contained in:
Ludovic DEHON
2022-05-24 08:05:32 +02:00
parent 94aaad9b29
commit 334f8953d6
11 changed files with 82 additions and 23 deletions

View File

@@ -10,5 +10,6 @@ dependencies {
testImplementation project(':core').sourceSets.test.output
testImplementation project(':jdbc').sourceSets.test.output
testImplementation project(':runner-memory')
testImplementation project(':storage-local')
testImplementation 'org.mockito:mockito-junit-jupiter:4.5.1'
}