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

michaelo 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 93f369d  Add JUnit 4.12 to bootstrap group 9
93f369d is described below

commit 93f369d82b3b297a516237da25a5472956d7d90c
Author: Michael Osipov <[email protected]>
AuthorDate: Fri Sep 11 10:57:49 2020 +0200

    Add JUnit 4.12 to bootstrap group 9
---
 core-it-suite/src/test/resources/bootstrap/group-9/pom.xml | 5 +++++
 1 file changed, 5 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..afdc953 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,10 @@ under the License.
       <artifactId>plexus-utils</artifactId>
       <version>1.1</version>
     </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+    </dependency>
   </dependencies>
 </project>

Reply via email to