Skip to content

Commit dd5ca8e

Browse files
committed
Remove un-necessary jar exclusions
1 parent 3144cc1 commit dd5ca8e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

vertx-core/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@
7272
<dependency>
7373
<groupId>io.netty</groupId>
7474
<artifactId>netty-codec-classes-quic</artifactId>
75-
<exclusions>
76-
<exclusion>
77-
<groupId>io.netty</groupId>
78-
<artifactId>*</artifactId>
79-
</exclusion>
80-
</exclusions>
8175
</dependency>
8276
<dependency>
8377
<groupId>io.netty</groupId>

0 commit comments

Comments
 (0)