Configure Modernizer exclusion to allow the needed StringBuilder

The exclusion will be removed once
https://github.com/andrewgaul/modernizer-maven-plugin/issues/3 is fixed.
This commit is contained in:
Ignasi Barrera 2015-05-01 03:07:21 +02:00
parent 7053a7870d
commit 9b363831f2
1 changed files with 1 additions and 0 deletions

View File

@ -19,3 +19,4 @@ com/google/common/primitives/Ints.compare:(II)I
com/google/common/primitives/Longs.compare:(JJ)I
com/google/inject/Inject
com/google/inject/Provider
java/lang/StringBuffer."<init>":()V