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:
Michael Osipov 2017-04-09 23:39:07 +02:00
parent 877e278238
commit c014cd3650
1 changed files with 14 additions and 0 deletions

View File

@ -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>