Skip to content

Commit

Permalink
[pinot] put back zookeeper dep in pinot client
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilou242 committed Nov 20, 2024
1 parent 1eaf4cb commit e78972f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions thirdeye-plugins/thirdeye-pinot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,17 @@
<groupId>org.apache.helix</groupId>
<artifactId>helix-core</artifactId>
</exclusion>

<!-- coming from the zookeeper dependency - zookeeper dep is required -->
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>

<!-- these 2 dependencies are removed in pinot-java-client 1.3.0 https://github.com/apache/pinot/commit/6d64650e7c210456a890ee6f9a6eaf05a7ab557b#diff-417cfb66063e3f9b092a1acd9e0842f724d938af0451cb46ee864beb8a915198 -->
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit e78972f

Please sign in to comment.