[MNG-6815] - Upgrade guice 4.2.2

This commit is contained in:
Karl Heinz Marbaise 2019-12-08 19:18:55 +01:00
parent 610e623211
commit 13c80d506f
No known key found for this signature in database
GPG Key ID: BF1518E0160788A2
2 changed files with 36 additions and 32 deletions

View File

@ -75,37 +75,41 @@ under the License.
<artifactId>maven-shared-utils</artifactId> <artifactId>maven-shared-utils</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.inject</groupId> <groupId>com.google.inject</groupId>
<artifactId>guice</artifactId> <artifactId>guice</artifactId>
<classifier>no_aop</classifier> <classifier>no_aop</classifier>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>aopalliance</groupId> <groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId> <artifactId>aopalliance</artifactId>
</exclusion> </exclusion>
<!-- MNG-6549 remove unused transitive dependencies of Guava, that is a dependency of Guice --> <!-- MNG-6549 remove unused transitive dependencies of Guava, that is a dependency of Guice -->
<exclusion> <exclusion>
<groupId>com.google.code.findbugs</groupId> <groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId> <artifactId>jsr305</artifactId>
</exclusion> </exclusion>
<exclusion> <exclusion>
<groupId>org.checkerframework</groupId> <groupId>org.checkerframework</groupId>
<artifactId>checker-compat-qual</artifactId> <artifactId>checker-compat-qual</artifactId>
</exclusion> </exclusion>
<exclusion> <exclusion>
<groupId>com.google.errorprone</groupId> <groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId> <artifactId>error_prone_annotations</artifactId>
</exclusion> </exclusion>
<exclusion> <exclusion>
<groupId>com.google.j2objc</groupId> <groupId>com.google.j2objc</groupId>
<artifactId>j2objc-annotations</artifactId> <artifactId>j2objc-annotations</artifactId>
</exclusion> </exclusion>
<exclusion> <exclusion>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId> <artifactId>animal-sniffer-annotations</artifactId>
</exclusion> </exclusion>
</exclusions> <exclusion>
</dependency> <groupId>org.checkerframework</groupId>
<artifactId>checker-compat-qual</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency> <dependency>
<groupId>javax.inject</groupId> <groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId> <artifactId>javax.inject</artifactId>

View File

@ -57,7 +57,7 @@ under the License.
<plexusVersion>2.1.0</plexusVersion> <plexusVersion>2.1.0</plexusVersion>
<plexusInterpolationVersion>1.25</plexusInterpolationVersion> <plexusInterpolationVersion>1.25</plexusInterpolationVersion>
<plexusUtilsVersion>3.2.1</plexusUtilsVersion> <plexusUtilsVersion>3.2.1</plexusUtilsVersion>
<guiceVersion>4.2.1</guiceVersion> <guiceVersion>4.2.2</guiceVersion>
<sisuInjectVersion>0.3.4</sisuInjectVersion> <sisuInjectVersion>0.3.4</sisuInjectVersion>
<wagonVersion>3.3.4</wagonVersion> <wagonVersion>3.3.4</wagonVersion>
<jsoupVersion>1.12.1</jsoupVersion> <jsoupVersion>1.12.1</jsoupVersion>