Skip to content

Commit

Permalink
fix kinesis connector's dependency issue (apache#12246)
Browse files Browse the repository at this point in the history
(cherry picked from commit c823c08)
  • Loading branch information
freeznet authored and codelipenghui committed Oct 6, 2021
1 parent 5fad80c commit c17cd00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pulsar-io/kinesis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c17cd00

Please sign in to comment.