You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/05/26 06:15:17 UTC

[isis] branch master updated: ISIS-1954: fixes JUnit4 compile dependency in unittestsupport

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 3948643  ISIS-1954: fixes JUnit4 compile dependency in unittestsupport
3948643 is described below

commit 3948643a394bbe3378b1e2b0ffe013dba8546097
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sat May 26 08:15:13 2018 +0200

    ISIS-1954: fixes JUnit4 compile dependency in unittestsupport
    
    Task-Url: https://issues.apache.org/jira/browse/ISIS-1954
---
 core/unittestsupport/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/core/unittestsupport/pom.xml b/core/unittestsupport/pom.xml
index cf05cb5..e57c302 100644
--- a/core/unittestsupport/pom.xml
+++ b/core/unittestsupport/pom.xml
@@ -65,6 +65,14 @@
 			<groupId>org.junit.vintage</groupId>
 			<artifactId>junit-vintage-engine</artifactId>
 		</dependency>
+		<dependency>
+			<!-- JUnit 4 compile dependency in unittestsupport's src/main/java folder, non-transitive -->
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>4.12</version>
+			<scope>compile</scope>
+			<optional>true</optional>
+		</dependency>
 
 		<dependency>
 			<groupId>org.picocontainer</groupId>

-- 
To stop receiving notification emails like this one, please contact
ahuber@apache.org.