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:
Peter Somogyi 2021-04-10 09:20:53 +02:00
parent 89c9f28d3f
commit e1f9c7beda
1 changed files with 2 additions and 2 deletions

View File

@ -2027,8 +2027,8 @@
<version>${thrift.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
</exclusion>
</exclusions>
</dependency>