|
@@ -71,6 +71,7 @@
|
|
|
<protoc.path>${env.HADOOP_PROTOC_PATH}</protoc.path>
|
|
|
|
|
|
<zookeeper.version>3.4.6</zookeeper.version>
|
|
|
+ <findbugs.version>3.0.0</findbugs.version>
|
|
|
|
|
|
<tomcat.version>6.0.41</tomcat.version>
|
|
|
|
|
@@ -843,7 +844,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.google.code.findbugs</groupId>
|
|
|
<artifactId>jsr305</artifactId>
|
|
|
- <version>1.3.9</version>
|
|
|
+ <version>${findbugs.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
@@ -981,7 +982,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
<artifactId>findbugs-maven-plugin</artifactId>
|
|
|
- <version>2.3.2</version>
|
|
|
+ <version>${findbugs.version}</version>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|