Skip to content

Commit 080d367

Browse files
authored
KNOX-3182: Exclude netty from hadoop-common and zookeeper Dependencies (apache#1077)
1 parent 27bf448 commit 080d367

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1902,6 +1902,11 @@
19021902
<groupId>org.slf4j</groupId>
19031903
<artifactId>slf4j-reload4j</artifactId>
19041904
</exclusion>
1905+
1906+
<exclusion>
1907+
<groupId>io.netty</groupId>
1908+
<artifactId>*</artifactId>
1909+
</exclusion>
19051910
</exclusions>
19061911
</dependency>
19071912

@@ -2218,6 +2223,10 @@
22182223
<groupId>ch.qos.logback</groupId>
22192224
<artifactId>logback-classic</artifactId>
22202225
</exclusion>
2226+
<exclusion>
2227+
<groupId>io.netty</groupId>
2228+
<artifactId>*</artifactId>
2229+
</exclusion>
22212230
</exclusions>
22222231
</dependency>
22232232
<dependency>

0 commit comments

Comments
 (0)