Skip to content

Commit

Permalink
Add javax.ws.rs to Kafka plugin
Browse files Browse the repository at this point in the history
This is needed for communication between Kafka connector and Kafka
Schema Registry service.
  • Loading branch information
kokosing committed Jan 4, 2021
1 parent 1c07317 commit 55ee15f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugin/trino-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
Expand Down

0 comments on commit 55ee15f

Please sign in to comment.