You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2022/07/08 01:04:34 UTC

[rocketmq] branch develop updated: Modify dependency exclusions for DLedger 0.2.7 (#4572)

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

duhengforever pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new d96303eeb Modify dependency exclusions for DLedger 0.2.7 (#4572)
d96303eeb is described below

commit d96303eeb3e8d8237d3be6c10e35e5b5ca81fa91
Author: Jack Tsai <ts...@outlook.com>
AuthorDate: Fri Jul 8 09:04:26 2022 +0800

    Modify dependency exclusions for DLedger 0.2.7 (#4572)
---
 store/pom.xml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/store/pom.xml b/store/pom.xml
index 64d303b0f..847c23de4 100644
--- a/store/pom.xml
+++ b/store/pom.xml
@@ -38,7 +38,19 @@
                 </exclusion>
                 <exclusion>
                     <groupId>org.slf4j</groupId>
-                    <artifactId>slf4j-log4j12</artifactId>
+                    <artifactId>slf4j-api</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.logging.log4j</groupId>
+                    <artifactId>log4j-slf4j-impl</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.logging.log4j</groupId>
+                    <artifactId>log4j-core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.logging.log4j</groupId>
+                    <artifactId>log4j-api</artifactId>
                 </exclusion>
             </exclusions>
         </dependency>