Skip to content

Commit

Permalink
fix kinesis connector's dependency issue (apache#12246)
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet authored Sep 30, 2021
1 parent 7c00190 commit c823c08
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 c823c08

Please sign in to comment.