rdhabalia commented on a change in pull request #2058: Pulsar Kinesis-sink 
upgrade aws-sdk version
URL: https://github.com/apache/incubator-pulsar/pull/2058#discussion_r199338630
 
 

 ##########
 File path: pulsar-io/kinesis/pom.xml
 ##########
 @@ -65,25 +65,20 @@
 
     <!-- kinesis dependencies -->
        <dependency>
-    <groupId>com.amazonaws</groupId>
-    <artifactId>aws-java-sdk-core</artifactId>
-    <version>1.11.46</version>
+      <groupId>com.amazonaws</groupId>
+      <artifactId>aws-java-sdk-core</artifactId>
     </dependency>
 
     <dependency>
       <groupId>com.amazonaws</groupId>
       <artifactId>amazon-kinesis-client</artifactId>
-      <version>1.7.2</version>
+      <version>1.9.0</version>
     </dependency>
+    
     <dependency>
       <groupId>com.amazonaws</groupId>
       <artifactId>amazon-kinesis-producer</artifactId>
       <version>0.12.8</version>
-    </dependency>
-    <dependency>
 
 Review comment:
   protobuf is a transitive dependency coming from KPL so, no need to define 
explicitly. so, removed it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to