You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mt...@apache.org on 2021/04/04 14:16:19 UTC

[maven-integration-testing] branch master updated: [MNG-7045] Make sure Ant 1.10.8 is available

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

mthmulders 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 04203bf  [MNG-7045] Make sure Ant 1.10.8 is available
04203bf is described below

commit 04203bf232e0dffe3adffa6c1dedb94906094bd8
Author: Maarten Mulders <mt...@apache.org>
AuthorDate: Sun Apr 4 16:16:00 2021 +0200

    [MNG-7045] Make sure Ant 1.10.8 is available
---
 core-it-suite/src/test/resources/bootstrap/group-11/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/core-it-suite/src/test/resources/bootstrap/group-11/pom.xml b/core-it-suite/src/test/resources/bootstrap/group-11/pom.xml
index 6930046..42abf44 100644
--- a/core-it-suite/src/test/resources/bootstrap/group-11/pom.xml
+++ b/core-it-suite/src/test/resources/bootstrap/group-11/pom.xml
@@ -66,5 +66,10 @@ under the License.
       <artifactId>gmavenplus-plugin</artifactId>
       <version>1.11.0</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.10.8</version>
+    </dependency>
   </dependencies>
 </project>