You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by sz...@apache.org on 2022/08/11 17:57:02 UTC

[ratis-thirdparty] branch master updated: RATIS-1664. Exclude org.slf4j.* in ratis-thirdparty-misc (#37)

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

szetszwo 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 b8777f5  RATIS-1664. Exclude org.slf4j.* in ratis-thirdparty-misc (#37)
b8777f5 is described below

commit b8777f5d26160fed7a1a4fb724e19862569d0349
Author: Yaolong Liu <dr...@apache.org>
AuthorDate: Fri Aug 12 01:56:57 2022 +0800

    RATIS-1664. Exclude org.slf4j.* in ratis-thirdparty-misc (#37)
---
 misc/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/misc/pom.xml b/misc/pom.xml
index f8e8395..eab42a9 100644
--- a/misc/pom.xml
+++ b/misc/pom.xml
@@ -125,10 +125,6 @@
               <shadedArtifactAttached>false</shadedArtifactAttached>
               <dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
               <relocations>
-                <relocation>
-                  <pattern>com.google.api</pattern>
-                  <shadedPattern>${ratis.thirdparty.shaded.prefix}.com.google.api</shadedPattern>
-                </relocation>
                 <relocation>
                   <pattern>com.google.cloud.audit</pattern>
                   <shadedPattern>${ratis.thirdparty.shaded.prefix}.com.google.cloud.audit</shadedPattern>
@@ -242,6 +238,10 @@
                   <exclude>io.netty:netty-handler-proxy</exclude>
                   <!-- 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>
               </artifactSet>
               <!-- Pick up any LICENSE/NOTICE files from our dependencies -->