Skip to content

Commit

Permalink
Exclude dependency in trino-pinot
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Mar 5, 2025
1 parent b7e7576 commit 521a8d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugin/trino-pinot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,12 @@
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-segment-local</artifactId>
<version>${dep.pinot.version}</version>
<exclusions>
<exclusion>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 521a8d6

Please sign in to comment.