You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by rf...@apache.org on 2021/09/30 07:58:25 UTC

[pulsar] branch master updated: fix kinesis connector's dependency issue (#12246)

This is an automated email from the ASF dual-hosted git repository.

rfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new c823c08  fix kinesis connector's dependency issue (#12246)
c823c08 is described below

commit c823c0860bb8884e3715737f23cfab918b88c842
Author: Rui Fu <fr...@users.noreply.github.com>
AuthorDate: Thu Sep 30 15:57:32 2021 +0800

    fix kinesis connector's dependency issue (#12246)
---
 pulsar-io/kinesis/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pulsar-io/kinesis/pom.xml b/pulsar-io/kinesis/pom.xml
index 4bfe87d..30b5747 100644
--- a/pulsar-io/kinesis/pom.xml
+++ b/pulsar-io/kinesis/pom.xml
@@ -108,6 +108,12 @@
       <version>1.9.0</version>
     </dependency>
 
+    <dependency>
+      <groupId>javax.xml.bind</groupId>
+      <artifactId>jaxb-api</artifactId>
+      <version>2.3.0</version>
+    </dependency>
+
   </dependencies>
 
   <build>