Skip to content

Commit

Permalink
fix: fixed event consumer test
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidonos committed Oct 26, 2023
1 parent 00b5e8e commit 09fe21f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ dependencies {
testCompileOnly(project(":basic:basic-03-configuration"))

testCompileOnly(project(":transfer:transfer-00-prerequisites:connector"))
testCompileOnly(project(":transfer:transfer-04-event-consumer:consumer-with-listener"))
testCompileOnly(project(":transfer:transfer-04-event-consumer:listener"))
testCompileOnly(project(":transfer:streaming:streaming-01-http-to-http:streaming-01-runtime"))
testCompileOnly(project(":transfer:streaming:streaming-02-kafka-to-http:streaming-02-runtime"))

Expand Down

0 comments on commit 09fe21f

Please sign in to comment.