You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by dr...@apache.org on 2022/08/19 04:43:27 UTC

[ratis-thirdparty] branch master updated: RATIS-1679. Shade io.perfmark:perfmark-api in ratis-thirdparty (#39)

This is an automated email from the ASF dual-hosted git repository.

dragonyliu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new 70738dc  RATIS-1679. Shade io.perfmark:perfmark-api in ratis-thirdparty (#39)
70738dc is described below

commit 70738dcabc551ca53e973e336f1966c538d07dc2
Author: Yaolong Liu <dr...@apache.org>
AuthorDate: Fri Aug 19 12:43:22 2022 +0800

    RATIS-1679. Shade io.perfmark:perfmark-api in ratis-thirdparty (#39)
    
    * RATIS-1679. Do not exclud io.perfmark:perfmark-api in ratis-thirdparty
    
    * shade io.perfmark in ratis-thirdparty
    
    * relocation io.perfmark
    
    * remove dependency
---
 misc/pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/misc/pom.xml b/misc/pom.xml
index eab42a9..7071684 100644
--- a/misc/pom.xml
+++ b/misc/pom.xml
@@ -190,6 +190,10 @@
                   <pattern>info.ganglia</pattern>
                   <shadedPattern>${ratis.thirdparty.shaded.prefix}.info.ganglia</shadedPattern>
                 </relocation>
+                <relocation>
+                  <pattern>io.perfmark</pattern>
+                  <shadedPattern>${ratis.thirdparty.shaded.prefix}.io.perfmark</shadedPattern>
+                </relocation>
               </relocations>
               <filters>
                 <!-- Filter unshaded netty_tcnative libs -->
@@ -239,7 +243,6 @@
                   <!-- Transitive stuff we don't need coming from google deps -->
                   <exclude>org.codehaus.mojo:animal-sniffer-annotations</exclude>
                   <exclude>org.slf4j:slf4j-api</exclude>
-                  <exclude>io.perfmark:perfmark-api</exclude>
                   <exclude>org.acplt:oncrpc</exclude>
                   <exclude>com.google.api.grpc:proto-google-common-protos</exclude>
                 </excludes>