darenwkt commented on code in PR #9: URL: https://github.com/apache/flink-connector-dynamodb/pull/9#discussion_r997002598
########## flink-connector-dynamodb/pom.xml: ########## @@ -33,6 +33,15 @@ under the License. <artifactId>flink-connector-dynamodb</artifactId> <name>Flink : Connectors : Amazon DynamoDB</name> + <dependencies> + <dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-test-utils</artifactId> + <version>1.16-SNAPSHOT</version> Review Comment: Had offline discussion with Danny, we will use 1.16-SNAPSHOT version as there is no released version for flink-test-utils and flink-ci-tools yet. Todo: Once 1.16 is release, we will upgrade the version of dependencies in here to released verison -- 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. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org