mirror of https://github.com/apache/jclouds.git
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:
parent
ec63b55a04
commit
9b66c23c02
|
@ -771,7 +771,7 @@
|
|||
<plugin>
|
||||
<groupId>org.gaul</groupId>
|
||||
<artifactId>modernizer-maven-plugin</artifactId>
|
||||
<version>1.2.2</version>
|
||||
<version>1.3.0</version>
|
||||
<!-- configuration and dependencies set via profiles -->
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
|
@ -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/primitives/Ints.compare:(II)I
|
||||
com/google/common/primitives/Longs.compare:(JJ)I
|
||||
com/google/inject/Inject
|
||||
com/google/inject/Provider
|
||||
|
|
Loading…
Reference in New Issue