File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ subprojects {
5656 }
5757
5858 findbugs {
59- toolVersion = " 3.0.1 "
59+ toolVersion = " $f indbugsVersion "
6060 sourceSets = [sourceSets. main] // Test code is not included
6161 reportsDir = file(" $project . buildDir /findbugsReports" )
6262 reportLevel = " medium"
@@ -249,6 +249,7 @@ project(":datastream-testcommon") {
249249 compile " com.intellij:annotations:$intellijAnnotationsVersion "
250250 compile " commons-cli:commons-cli:$commonsCliVersion "
251251 compile " org.apache.avro:avro:$avroVersion "
252+ compile " com.google.code.findbugs:findbugs:$findbugsVersion "
252253 compile " org.apache.zookeeper:zookeeper:$zookeeperVersion "
253254 compile " com.linkedin.pegasus:restli-server:$pegasusVersion "
254255 compile " org.testng:testng:$testngVersion "
Original file line number Diff line number Diff line change 66 commonsIOVersion = " 2.4"
77 commonslang3Version = " 3.4"
88 commonsValidatorVersion = " 1.5.1"
9+ findbugsVersion = " 3.0.1"
910 guavaVersion = " 25.0-jre"
1011 intellijAnnotationsVersion = " 12.0"
1112 jacksonVersion = " 2.10.0"
1819 scalaVersion = " 2.12"
1920 slf4jVersion = " 1.7.5"
2021 testngVersion = " 7.1.0"
21- zookeeperVersion = " 3.4.13 "
22+ zookeeperVersion = " 3.6.3 "
2223 helixZkclientVersion = " 1.0.2"
2324}
You can’t perform that action at this time.
0 commit comments