We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ffadc commit dfb6ce2Copy full SHA for dfb6ce2
pom.xml
@@ -496,18 +496,16 @@
496
<groupId>org.apache.avro</groupId>
497
<artifactId>avro</artifactId>
498
<version>${avro.version}</version>
499
- <exclusions>
500
- <exclusion>
501
- <groupId>io.netty</groupId>
502
- <artifactId>netty</artifactId>
503
- </exclusion>
504
- </exclusions>
505
</dependency>
506
<dependency>
507
508
<artifactId>avro-ipc</artifactId>
509
510
<exclusions>
+ <exclusion>
+ <groupId>io.netty</groupId>
+ <artifactId>netty</artifactId>
+ </exclusion>
511
<exclusion>
512
<groupId>org.mortbay.jetty</groupId>
513
<artifactId>jetty</artifactId>
0 commit comments