Skip to content

Commit

Permalink
Added missing etc configuration files.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Mar 5, 2018
1 parent 7dca392 commit 3d3ed1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -342,6 +342,13 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>${spotbugs.maven.plugin}</version>
<dependencies>
<dependency>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>analysis-config</artifactId>
<version>${analysis-config.version}</version>
</dependency>
</dependencies>
<configuration>
<xmlOutput>true</xmlOutput>
<threshold>Low</threshold>
Expand Down

0 comments on commit 3d3ed1e

Please sign in to comment.