Skip to content

Commit

Permalink
[pinot] fix connection required dependency edge case (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilou242 authored Nov 22, 2024
1 parent e61af3d commit 8126797
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions thirdeye-plugins/thirdeye-pinot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,7 @@
<groupId>org.mindrot</groupId>
<artifactId>jbcrypt</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.seancfoley</groupId>
<artifactId>ipaddress</artifactId>
</exclusion>
<!-- not excluded: com.github.seancfoley:ipaddress. It is required if the connection parses the query-->
<exclusion>
<groupId>com.yscope.clp</groupId>
<artifactId>clp-ffi</artifactId>
Expand Down

0 comments on commit 8126797

Please sign in to comment.