Skip to content

Commit

Permalink
Skip null checking of AssertJ library
Browse files Browse the repository at this point in the history
  • Loading branch information
glts committed Apr 3, 2016
1 parent 52ffe51 commit 0741638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@
<compilerArgs>
<arg>-Xbootclasspath/p:${org.checkerframework:jdk8:jar}</arg>
<arg>-AassumeAssertionsAreEnabled</arg>
<arg>-AskipUses=org\.joda\.time\.|org\.springframework\.beans\.|org\.springframework\.core\.|org\.springframework\.dao\.|org\.springframework\.data\.|org\.springframework\.format\.|org\.springframework\.jdbc\.|org\.springframework\.orm\.|org\.springframework\.stereotype\.|org\.springframework\.ui\.|org\.springframework\.util\.|org\.springframework\.validation\.|org\.springframework\.web\.</arg>
<arg>-AskipUses=org\.assertj\.|org\.joda\.time\.|org\.springframework\.beans\.|org\.springframework\.core\.|org\.springframework\.dao\.|org\.springframework\.data\.|org\.springframework\.format\.|org\.springframework\.jdbc\.|org\.springframework\.orm\.|org\.springframework\.stereotype\.|org\.springframework\.ui\.|org\.springframework\.util\.|org\.springframework\.validation\.|org\.springframework\.web\.</arg>
</compilerArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit 0741638

Please sign in to comment.