mirror of https://github.com/apache/maven.git
Fix ITs MNG-5019 and MNG-5224 with ArtifactResolutionException
In a locked down environment (no direct Internet connection) these ITs constantly fail with ArtifactResolutionException. Add dependenies Plexus Utils 2.0.4 and Maven Settings 2.0 to bootstrap's group 7.
This commit is contained in:
parent
877e278238
commit
c014cd3650
|
@ -46,5 +46,19 @@ under the License.
|
|||
<version>2.10</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<!-- MNG-5019 -->
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-utils</artifactId>
|
||||
<version>2.0.4</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<!-- MNG-5224 -->
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-settings</artifactId>
|
||||
<version>2.0</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue