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

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

commit ea47abf515c7261ada5474151f7e35a0b406b130
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Mon Nov 30 18:52:11 2020 +0100

    Set fixed version
---
 .../resources/mng-5639-import-scope-pom-resolution/pom.xml   | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git 
a/core-it-suite/src/test/resources/mng-5639-import-scope-pom-resolution/pom.xml 
b/core-it-suite/src/test/resources/mng-5639-import-scope-pom-resolution/pom.xml
index 352cfcf..ce839f3 100644
--- 
a/core-it-suite/src/test/resources/mng-5639-import-scope-pom-resolution/pom.xml
+++ 
b/core-it-suite/src/test/resources/mng-5639-import-scope-pom-resolution/pom.xml
@@ -38,6 +38,18 @@ under the License.
         
<repository.url.suffix.property>repo-set-by-property</repository.url.suffix.property>
     </properties>
 
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-surefire-plugin</artifactId>
+                    <version>2.12.4</version>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
+
     <dependencyManagement>
         <dependencies>
             <dependency>

Reply via email to