This is an automated email from the ASF dual-hosted git repository. penghui pushed a commit to branch branch-2.8 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit c17cd0085641b94f13443e9b23da02b141fe81b8 Author: Rui Fu <[email protected]> AuthorDate: Thu Sep 30 15:57:32 2021 +0800 fix kinesis connector's dependency issue (#12246) (cherry picked from commit c823c0860bb8884e3715737f23cfab918b88c842) --- 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 61204257..ae6a37c 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>
