Skip to content

Commit fdcaa5b

Browse files
vjkoskelaBrandonArp
authored andcommitted
Upgrade to latest parent pom and rely on default findbugs exclusion configuration. (#29)
1 parent 4049d4f commit fdcaa5b

File tree

2 files changed

+1
-49
lines changed

2 files changed

+1
-49
lines changed

findbugs.exclude.xml

Lines changed: 0 additions & 45 deletions
This file was deleted.

pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.arpnetworking.build</groupId>
2020
<artifactId>arpnetworking-parent-pom</artifactId>
21-
<version>1.0.26</version>
21+
<version>1.0.27</version>
2222
<relativePath />
2323
</parent>
2424

@@ -117,9 +117,6 @@
117117
<maven.assembly.plugin.version>2.6</maven.assembly.plugin.version>
118118
<rpm.maven.plugin.version>2.1.5</rpm.maven.plugin.version>
119119

120-
<!-- Findbugs -->
121-
<findbugs.exclude>${project.basedir}/findbugs.exclude.xml</findbugs.exclude>
122-
123120
<!-- Code Coverage -->
124121
<jacoco.check.line.coverage>0.50</jacoco.check.line.coverage>
125122
<jacoco.check.branch.coverage>0.50</jacoco.check.branch.coverage>

0 commit comments

Comments
 (0)