|
@@ -144,7 +144,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|
|
|
|
|
<curator.version>2.12.0</curator.version>
|
|
|
<findbugs.version>3.0.0</findbugs.version>
|
|
|
- <spotbugs.version>3.1.0-RC1</spotbugs.version>
|
|
|
+ <spotbugs.version>3.1.12</spotbugs.version>
|
|
|
<dnsjava.version>2.1.7</dnsjava.version>
|
|
|
|
|
|
<guava.version>11.0.2</guava.version>
|
|
@@ -1210,6 +1210,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|
|
<artifactId>hadoop-cloud-storage</artifactId>
|
|
|
<version>${hadoop.version}</version>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.github.spotbugs</groupId>
|
|
|
+ <artifactId>spotbugs</artifactId>
|
|
|
+ <version>${spotbugs.version}</version>
|
|
|
+ <scope>provided</scope>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.google.code.findbugs</groupId>
|
|
|
<artifactId>jsr305</artifactId>
|
|
@@ -1571,16 +1577,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|
|
<version>${maven-war-plugin.version}</version>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
- <groupId>org.codehaus.mojo</groupId>
|
|
|
- <artifactId>findbugs-maven-plugin</artifactId>
|
|
|
- <version>${findbugs.version}</version>
|
|
|
- <dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>com.github.spotbugs</groupId>
|
|
|
- <artifactId>spotbugs</artifactId>
|
|
|
- <version>${spotbugs.version}</version>
|
|
|
- </dependency>
|
|
|
- </dependencies>
|
|
|
+ <groupId>com.github.spotbugs</groupId>
|
|
|
+ <artifactId>spotbugs-maven-plugin</artifactId>
|
|
|
+ <version>${spotbugs.version}</version>
|
|
|
+ <configuration>
|
|
|
+ <maxHeap>1024</maxHeap>
|
|
|
+ <xmlOutput>true</xmlOutput>
|
|
|
+ </configuration>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
@@ -1674,10 +1677,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|
|
</filesets>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.codehaus.mojo</groupId>
|
|
|
- <artifactId>findbugs-maven-plugin</artifactId>
|
|
|
- </plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-remote-resources-plugin</artifactId>
|