Upgrade to Modernizer Maven Plugin 1.3.0

Changelog:

https://github.com/andrewgaul/modernizer-maven-plugin/releases/tag/modernizer-maven-plugin-1.3.0
This commit is contained in:
Andrew Gaul 2015-03-10 16:06:51 -07:00
parent ec63b55a04
commit 9b66c23c02
2 changed files with 3 additions and 1 deletions

View File

@ -771,7 +771,7 @@
<plugin> <plugin>
<groupId>org.gaul</groupId> <groupId>org.gaul</groupId>
<artifactId>modernizer-maven-plugin</artifactId> <artifactId>modernizer-maven-plugin</artifactId>
<version>1.2.2</version> <version>1.3.0</version>
<!-- configuration and dependencies set via profiles --> <!-- configuration and dependencies set via profiles -->
<executions> <executions>
<execution> <execution>

View File

@ -17,3 +17,5 @@ com/google/common/collect/Sets.newLinkedHashSet:()Ljava/util/LinkedHashSet;
com/google/common/collect/Sets.newTreeSet:()Ljava/util/TreeSet; com/google/common/collect/Sets.newTreeSet:()Ljava/util/TreeSet;
com/google/common/primitives/Ints.compare:(II)I com/google/common/primitives/Ints.compare:(II)I
com/google/common/primitives/Longs.compare:(JJ)I com/google/common/primitives/Longs.compare:(JJ)I
com/google/inject/Inject
com/google/inject/Provider