This is an automated email from the ASF dual-hosted git repository. siddteotia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push: new d12c963b37 Add platform classifier to netty-tcnative-boringssl-static (#8615) d12c963b37 is described below commit d12c963b377361f5815c9011e06975fb8bdae169 Author: Jia Guo <jia...@linkedin.com> AuthorDate: Fri Apr 29 01:29:22 2022 -0700 Add platform classifier to netty-tcnative-boringssl-static (#8615) --- pinot-core/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pinot-core/pom.xml b/pinot-core/pom.xml index 00ba7bf4aa..fc94a05a33 100644 --- a/pinot-core/pom.xml +++ b/pinot-core/pom.xml @@ -140,6 +140,12 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-tcnative-boringssl-static</artifactId> + <classifier>linux-x86_64</classifier> + </dependency> + <dependency> + <groupId>io.netty</groupId> + <artifactId>netty-tcnative-boringssl-static</artifactId> + <classifier>osx-x86_64</classifier> </dependency> <dependency> <groupId>io.netty</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org