Sfoglia il codice sorgente

Exclude the slf4j-reload4j dependency from hadoop-client (#939)

Signed-off-by: lentitude2tk <xushuang.hu@zilliz.com>
xushuang.hu 10 mesi fa
parent
commit
44a7f9575b
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      pom.xml

+ 4 - 0
pom.xml

@@ -332,6 +332,10 @@
                     <groupId>com.fasterxml.woodstox</groupId>
                     <artifactId>woodstox-core</artifactId>
                 </exclusion>
+                <exclusion>
+                    <artifactId>slf4j-reload4j</artifactId>
+                    <groupId>org.slf4j</groupId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>