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 6767 <groupId >org.jboss.netty</groupId >
6868 <artifactId >netty</artifactId >
6969 </exclusion >
70+ <exclusion >
71+ <groupId >org.apache.thrift</groupId >
72+ <artifactId >libthrift</artifactId >
73+ </exclusion >
7074 </exclusions >
7175 </dependency >
7276 <dependency >
Original file line number Diff line number Diff line change @@ -606,8 +606,7 @@ object SparkBuild extends Build {
606606 name := " spark-streaming-flume" ,
607607 previousArtifact := sparkPreviousArtifact(" spark-streaming-flume" ),
608608 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)
611610 )
612611 )
613612
You can’t perform that action at this time.
0 commit comments