Skip to content

Commit

Permalink
Lucene core excluded from presto-pinot pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayari Mukherjee authored and Sayari Mukherjee committed Sep 20, 2024
1 parent 52081ac commit 9947dab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions presto-pinot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 9947dab

Please sign in to comment.