Skip to content

Commit 1654dcf

Browse files
authored
HBASE-25969 Purge netty-all transitive includes (#3353) (#3365)
Signed-off-by: Pankaj Kumar <pankajkumar@apache.org> Signed-off-by: Xiaolin Ha
1 parent be14605 commit 1654dcf

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

pom.xml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2272,6 +2272,10 @@
22722272
<groupId>io.netty</groupId>
22732273
<artifactId>netty</artifactId>
22742274
</exclusion>
2275+
<exclusion>
2276+
<groupId>io.netty</groupId>
2277+
<artifactId>netty-all</artifactId>
2278+
</exclusion>
22752279
<exclusion>
22762280
<groupId>org.slf4j</groupId>
22772281
<artifactId>slf4j-log4j12</artifactId>
@@ -2843,6 +2847,10 @@
28432847
<exclusion>
28442848
<groupId>io.netty</groupId>
28452849
<artifactId>netty</artifactId>
2850+
</exclusion>
2851+
<exclusion>
2852+
<groupId>io.netty</groupId>
2853+
<artifactId>netty-all</artifactId>
28462854
</exclusion>
28472855
<exclusion>
28482856
<groupId>javax.servlet</groupId>
@@ -2926,6 +2934,10 @@
29262934
<exclusion>
29272935
<groupId>io.netty</groupId>
29282936
<artifactId>netty</artifactId>
2937+
</exclusion>
2938+
<exclusion>
2939+
<groupId>io.netty</groupId>
2940+
<artifactId>netty-all</artifactId>
29292941
</exclusion>
29302942
<exclusion>
29312943
<groupId>javax.servlet</groupId>
@@ -2951,6 +2963,10 @@
29512963
<exclusion>
29522964
<groupId>io.netty</groupId>
29532965
<artifactId>netty</artifactId>
2966+
</exclusion>
2967+
<exclusion>
2968+
<groupId>io.netty</groupId>
2969+
<artifactId>netty-all</artifactId>
29542970
</exclusion>
29552971
<exclusion>
29562972
<groupId>javax.servlet</groupId>
@@ -3136,6 +3152,13 @@
31363152
<groupId>io.netty</groupId>
31373153
<artifactId>netty</artifactId>
31383154
</exclusion>
3155+
<!-- MiniMRCluster needs the hadoop netty-all transitive include... a
3156+
netty-all 4.0.52 version.... so we have to let it through.
3157+
<exclusion>
3158+
<groupId>io.netty</groupId>
3159+
<artifactId>netty-all</artifactId>
3160+
</exclusion>
3161+
-->
31393162
<exclusion>
31403163
<groupId>com.google.code.findbugs</groupId>
31413164
<artifactId>jsr305</artifactId>
@@ -3160,6 +3183,14 @@
31603183
<groupId>log4j</groupId>
31613184
<artifactId>log4j</artifactId>
31623185
</exclusion>
3186+
<exclusion>
3187+
<groupId>io.netty</groupId>
3188+
<artifactId>netty</artifactId>
3189+
</exclusion>
3190+
<exclusion>
3191+
<groupId>io.netty</groupId>
3192+
<artifactId>netty-all</artifactId>
3193+
</exclusion>
31633194
</exclusions>
31643195
</dependency>
31653196
<dependency>
@@ -3194,6 +3225,10 @@
31943225
<groupId>log4j</groupId>
31953226
<artifactId>log4j</artifactId>
31963227
</exclusion>
3228+
<exclusion>
3229+
<groupId>io.netty</groupId>
3230+
<artifactId>netty-all</artifactId>
3231+
</exclusion>
31973232
</exclusions>
31983233
</dependency>
31993234
<dependency>
@@ -3245,6 +3280,10 @@
32453280
<groupId>io.netty</groupId>
32463281
<artifactId>netty</artifactId>
32473282
</exclusion>
3283+
<exclusion>
3284+
<groupId>io.netty</groupId>
3285+
<artifactId>netty-all</artifactId>
3286+
</exclusion>
32483287
<exclusion>
32493288
<groupId>com.google.code.findbugs</groupId>
32503289
<artifactId>jsr305</artifactId>

0 commit comments

Comments
 (0)