Advertisement
ermigiotti

Untitled

May 24th, 2021
4,696
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <dependencies>
  2.     <dependency>
  3.         <groupId>com.amazonaws</groupId>
  4.         <artifactId>aws-java-sdk-kinesis</artifactId>
  5.         <version>1.11.710</version>
  6.     </dependency>
  7.     <dependency>
  8.         <groupId>io.confluent</groupId>
  9.         <artifactId>kafka-avro-serializer</artifactId>
  10.         <version>5.3.0</version>
  11.     </dependency>
  12. </dependencies>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement