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 2020/04/13 13:26:52 UTC

[maven-integration-testing] 01/01: [MNG-6551] Packaging 'jar' binding plugin upgrades

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

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

commit ac210abf5eb5a2ad6bc386a80b72beaf7e8cc4bc
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Apr 13 15:26:05 2020 +0200

    [MNG-6551] Packaging 'jar' binding plugin upgrades
    
    Add required dependencies to bootstrap/group-9.
---
 .../src/test/resources/bootstrap/group-9/pom.xml   | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/core-it-suite/src/test/resources/bootstrap/group-9/pom.xml b/core-it-suite/src/test/resources/bootstrap/group-9/pom.xml
index eae06bd..c952a09 100644
--- a/core-it-suite/src/test/resources/bootstrap/group-9/pom.xml
+++ b/core-it-suite/src/test/resources/bootstrap/group-9/pom.xml
@@ -44,5 +44,35 @@ under the License.
       <artifactId>plexus-utils</artifactId>
       <version>1.1</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-surefire-plugin</artifactId>
+      <version>3.0.0-M4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-compiler-plugin</artifactId>
+      <version>3.8.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.shared</groupId>
+      <artifactId>maven-common-artifact-filters</artifactId>
+      <version>3.1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-resources-plugin</artifactId>
+      <version>3.1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-jar-plugin</artifactId>
+      <version>3.2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>3.3.0</version>
+    </dependency>
   </dependencies>
 </project>