mirror of https://github.com/apache/maven.git
[MNG-7186] Upgrade Guice to 4.2.2
This commit is contained in:
parent
0635e92665
commit
842e7c88da
|
@ -104,6 +104,10 @@ under the License.
|
|||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>animal-sniffer-annotations</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.checkerframework</groupId>
|
||||
<artifactId>checker-qual</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -57,7 +57,7 @@ under the License.
|
|||
<plexusVersion>2.1.0</plexusVersion>
|
||||
<plexusInterpolationVersion>1.25</plexusInterpolationVersion>
|
||||
<plexusUtilsVersion>3.2.1</plexusUtilsVersion>
|
||||
<guiceVersion>4.2.1</guiceVersion>
|
||||
<guiceVersion>4.2.2</guiceVersion>
|
||||
<sisuInjectVersion>0.3.4</sisuInjectVersion>
|
||||
<wagonVersion>3.4.3</wagonVersion>
|
||||
<jsoupVersion>1.12.1</jsoupVersion>
|
||||
|
|
Loading…
Reference in New Issue