File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 8282 <groupId >com.google.guava</groupId >
8383 <artifactId >guava</artifactId >
8484 </dependency >
85+ <dependency >
86+ <groupId >com.google.code.findbugs</groupId >
87+ <artifactId >jsr305</artifactId >
88+ </dependency >
8589 <dependency >
8690 <groupId >org.slf4j</groupId >
8791 <artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 214214 <artifactId >guava</artifactId >
215215 <version >14.0.1</version >
216216 </dependency >
217+ <dependency >
218+ <groupId >com.google.code.findbugs</groupId >
219+ <artifactId >jsr305</artifactId >
220+ <version >1.3.9</version >
221+ </dependency >
217222 <dependency >
218223 <groupId >org.slf4j</groupId >
219224 <artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change @@ -296,6 +296,7 @@ object SparkBuild extends Build {
296296 name := " spark-core" ,
297297 libraryDependencies ++= Seq (
298298 " com.google.guava" % " guava" % " 14.0.1" ,
299+ " com.google.code.findbugs" % " jsr305" % " 1.3.9" ,
299300 " log4j" % " log4j" % " 1.2.17" ,
300301 " org.slf4j" % " slf4j-api" % slf4jVersion,
301302 " org.slf4j" % " slf4j-log4j12" % slf4jVersion,
You can’t perform that action at this time.
0 commit comments