File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 565
565
<groupId >org.apache.avro</groupId >
566
566
<artifactId >avro-ipc</artifactId >
567
567
<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 >
568
574
</dependency >
569
575
</dependencies >
570
576
</dependencyManagement >
Original file line number Diff line number Diff line change 41
41
<groupId >org.apache.flume</groupId >
42
42
<artifactId >flume-ng-sdk</artifactId >
43
43
<version >1.2.0</version >
44
+ <exclusions >
45
+ <exclusion >
46
+ <groupId >org.jboss.netty</groupId >
47
+ <artifactId >netty</artifactId >
48
+ </exclusion >
49
+ </exclusions >
44
50
</dependency >
45
51
<dependency >
46
52
<groupId >com.github.sgroschupf</groupId >
You can’t perform that action at this time.
0 commit comments