You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/09/07 21:07:29 UTC

[maven-integration-testing] branch master updated: Add missing artifacts for tests to bootstrap

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new e4eb42dfd Add missing artifacts for tests to bootstrap
e4eb42dfd is described below

commit e4eb42dfd68d06f9e3944f1c4c5613be98e49cd6
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Wed Sep 7 22:00:14 2022 +0200

    Add missing artifacts for tests to bootstrap
    
    maven-plugin-api:3.2.5, sisu-maven-plugin:0.3.5 are used eg. in  mng7474
    it causes errors with empty local repo
---
 core-it-suite/src/test/resources-filtered/bootstrap.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core-it-suite/src/test/resources-filtered/bootstrap.txt b/core-it-suite/src/test/resources-filtered/bootstrap.txt
index 7170cbb9b..23e245932 100644
--- a/core-it-suite/src/test/resources-filtered/bootstrap.txt
+++ b/core-it-suite/src/test/resources-filtered/bootstrap.txt
@@ -129,6 +129,7 @@ org.apache.maven:maven-core:3.1.0
 org.apache.maven:maven-core:3.3.1
 org.apache.maven:maven-model:2.1.0
 org.apache.maven:maven-plugin-api:3.1.0
+org.apache.maven:maven-plugin-api:3.2.5
 org.apache.maven:maven-plugin-registry:2.1.0
 org.apache.maven:maven-profile:2.1.0
 org.apache.maven:maven-project:2.1.0
@@ -159,6 +160,7 @@ org.eclipse.aether:aether-impl:0.9.0.M2
 org.eclipse.aether:aether-spi:0.9.0.M2
 org.eclipse.sisu:org.eclipse.sisu.inject:0.0.0.M5
 org.eclipse.sisu:org.eclipse.sisu.plexus:0.0.0.M5
+org.eclipse.sisu:sisu-maven-plugin:0.3.5
 org.ow2.asm:asm:4.1
 org.ow2.asm:asm:6.2
 org.ow2.asm:asm:7.2