Skip to content

Commit

Permalink
Modify distribution pom to include services (apache#12289)
Browse files Browse the repository at this point in the history
  • Loading branch information
gortiz authored Jan 19, 2024
1 parent 894e56e commit 7b2a82d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pinot-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,9 @@
<goal>shade</goal>
</goals>
<configuration>
<transformers>
<transformers combine.self="override">
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
<!--
Usually in hadoop environment, there are multiple jars with different versions.
Expand Down

0 comments on commit 7b2a82d

Please sign in to comment.