This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 4fd84be Added guava cache package to common relocated packages (#6758)
4fd84be is described below
commit 4fd84be82ef3061f195e4a2ee7f3b7e3a41a70a4
Author: Daniel Lavoie <[email protected]>
AuthorDate: Thu Apr 8 14:35:10 2021 -0400
Added guava cache package to common relocated packages (#6758)
---
pinot-common/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pinot-common/pom.xml b/pinot-common/pom.xml
index 16dad49..8e3db32 100644
--- a/pinot-common/pom.xml
+++ b/pinot-common/pom.xml
@@ -313,6 +313,10 @@
<shadedPattern>shaded.com.google.common.base</shadedPattern>
</relocation>
<relocation>
+ <pattern>com.google.common.cache</pattern>
+
<shadedPattern>shaded.com.google.common.cache</shadedPattern>
+ </relocation>
+ <relocation>
<pattern>org.apache.http</pattern>
<shadedPattern>shaded.org.apache.http</shadedPattern>
</relocation>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]