dannycranmer commented on code in PR #85:
URL:
https://github.com/apache/flink-connector-aws/pull/85#discussion_r1247724348
##########
flink-connector-dynamodb/pom.xml:
##########
@@ -92,6 +92,12 @@ under the License.
<optional>true</optional>
</dependency>
+ <!-- Other third-party dependencies -->
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
+
Review Comment:
I think we can remove this dependency?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]