Skip to content

Commit e7982c7

Browse files
committed
Exclude old versions of Netty from Maven-based build
1 parent 6c27c38 commit e7982c7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,12 @@
565565
<groupId>org.apache.avro</groupId>
566566
<artifactId>avro-ipc</artifactId>
567567
<version>1.7.1.cloudera.2</version>
568+
<exclusions>
569+
<exclusion>
570+
<groupId>org.jboss.netty</groupId>
571+
<artifactId>netty</artifactId>
572+
</exclusion>
573+
</exclusions>
568574
</dependency>
569575
</dependencies>
570576
</dependencyManagement>

streaming/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
<groupId>org.apache.flume</groupId>
4242
<artifactId>flume-ng-sdk</artifactId>
4343
<version>1.2.0</version>
44+
<exclusions>
45+
<exclusion>
46+
<groupId>org.jboss.netty</groupId>
47+
<artifactId>netty</artifactId>
48+
</exclusion>
49+
</exclusions>
4450
</dependency>
4551
<dependency>
4652
<groupId>com.github.sgroschupf</groupId>

0 commit comments

Comments
 (0)