Upgrade to Modernizer Maven Plugin 1.3.0

Changelog:

https://github.com/andrewgaul/modernizer-maven-plugin/releases/tag/modernizer-maven-plugin-1.3.0
diff --git a/project/pom.xml b/project/pom.xml
index 7fd124a..c10c6b5 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -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>
diff --git a/resources/modernizer_exclusions.txt b/resources/modernizer_exclusions.txt
index 7fec5af..a62f2ac 100644
--- a/resources/modernizer_exclusions.txt
+++ b/resources/modernizer_exclusions.txt
@@ -17,3 +17,5 @@
 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