mirror of https://github.com/apache/maven.git
Merge branch 'MNG-6878'
This commit is contained in:
commit
b373bb06e8
|
@ -94,7 +94,7 @@ under the License.
|
|||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.checkerframework</groupId>
|
||||
<artifactId>checker-compat-qual</artifactId>
|
||||
<artifactId>checker-qual</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>com.google.errorprone</groupId>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -57,7 +57,7 @@ under the License.
|
|||
<plexusVersion>2.1.0</plexusVersion>
|
||||
<plexusInterpolationVersion>1.26</plexusInterpolationVersion>
|
||||
<plexusUtilsVersion>3.3.0</plexusUtilsVersion>
|
||||
<guiceVersion>4.2.2</guiceVersion>
|
||||
<guiceVersion>4.2.3</guiceVersion>
|
||||
<sisuInjectVersion>0.3.4</sisuInjectVersion>
|
||||
<wagonVersion>3.4.0</wagonVersion>
|
||||
<jsoupVersion>1.12.1</jsoupVersion>
|
||||
|
|
Loading…
Reference in New Issue