File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 67
67
<groupId >org.jboss.netty</groupId >
68
68
<artifactId >netty</artifactId >
69
69
</exclusion >
70
+ <exclusion >
71
+ <groupId >org.apache.thrift</groupId >
72
+ <artifactId >libthrift</artifactId >
73
+ </exclusion >
70
74
</exclusions >
71
75
</dependency >
72
76
<dependency >
Original file line number Diff line number Diff line change @@ -606,8 +606,7 @@ object SparkBuild extends Build {
606
606
name := " spark-streaming-flume" ,
607
607
previousArtifact := sparkPreviousArtifact(" spark-streaming-flume" ),
608
608
libraryDependencies ++= Seq (
609
- " org.apache.flume" % " flume-ng-sdk" % " 1.4.0" % " compile" excludeAll(excludeNetty, excludeThrift),
610
- " org.apache.thrift" % " libthrift" % " 0.8.0" % " compile"
609
+ " org.apache.flume" % " flume-ng-sdk" % " 1.4.0" % " compile" excludeAll(excludeNetty, excludeThrift)
611
610
)
612
611
)
613
612
You can’t perform that action at this time.
0 commit comments