You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/01/09 21:04:33 UTC

[maven-integration-testing] 01/01: Added missing depenencies for MNG-3372 + MNG-6555

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

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

commit 65a5897c0cabea57fecce631195743d4070741a2
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Jan 9 22:03:43 2019 +0100

    Added missing depenencies for MNG-3372 + MNG-6555
---
 .../src/test/resources/bootstrap/group-7/pom.xml   | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml b/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml
index 6538a73..821f9e7 100644
--- a/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml
+++ b/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml
@@ -60,5 +60,30 @@ under the License.
       <version>2.0</version>
       <scope>runtime</scope>
     </dependency>
+    <!-- MNG-3372 + MNG-6555 -->
+    <dependency>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-release-plugin</artifactId>
+      <version>2.5.3</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-antrun-plugin</artifactId>
+      <version>1.3</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-assembly-plugin</artifactId>
+      <version>2.2-beta-5</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-dependency-plugin</artifactId>
+      <version>2.8</version>
+      <scope>runtime</scope>
+    </dependency>
   </dependencies>
 </project>