HBASE-25755 Exclude tomcat-embed-core from libthrift (#3141)
Exclude tomcat-embed-core transitive dependency Remove outdated exclude rule for slf4j Signed-off-by: Pankaj <pankajkumar@apache.org> Signed-off-by: Kevin Risden <krisden@apache.org>
This commit is contained in:
parent
5f1f8be667
commit
75494108f8
4
pom.xml
4
pom.xml
|
@ -2257,8 +2257,8 @@
|
||||||
<version>${thrift.version}</version>
|
<version>${thrift.version}</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.apache.tomcat.embed</groupId>
|
||||||
<artifactId>slf4j-simple</artifactId>
|
<artifactId>tomcat-embed-core</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue