aromanenko-dev commented on a change in pull request #12422:
URL: https://github.com/apache/beam/pull/12422#discussion_r466351486
##########
File path: sdks/java/io/kinesis/build.gradle
##########
@@ -50,6 +50,7 @@ dependencies {
testCompile library.java.powermock
testCompile library.java.powermock_mockito
testCompile "org.assertj:assertj-core:3.11.1"
+ testCompile 'org.testcontainers:localstack:1.11.2'
Review comment:
Since `localstack` is going to be used in several modules, it would make
sense to expand it as a separate library in `BeamModulePlugin.groovy` (like,
`library.java.powermock` for example).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]