You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/01/29 19:38:51 UTC

[isis] 22/25: ISIS-2273: removing core references to isis-core-unittestsupport, ctd

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

danhaywood pushed a commit to branch ISIS-2062
in repository https://gitbox.apache.org/repos/asf/isis.git

commit d244d2d304d1924011681d47e7854b6370e66317
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Jan 29 19:04:45 2020 +0000

    ISIS-2273: removing core references to isis-core-unittestsupport, ctd
---
 core/detached-tests/pom.xml | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/core/detached-tests/pom.xml b/core/detached-tests/pom.xml
index 43a20e4..f125a90 100644
--- a/core/detached-tests/pom.xml
+++ b/core/detached-tests/pom.xml
@@ -42,6 +42,7 @@
 		<dependency>
             <groupId>org.apache.isis.core</groupId>
             <artifactId>isis-core-commons</artifactId>
+			<scope>test</scope>
         </dependency>
         
         <dependency>
@@ -51,6 +52,34 @@
         </dependency>
 
 		<dependency>
+			<groupId>org.junit.jupiter</groupId>
+			<artifactId>junit-jupiter-api</artifactId>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.junit.jupiter</groupId>
+			<artifactId>junit-jupiter-engine</artifactId>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.junit.vintage</groupId>
+			<artifactId>junit-vintage-engine</artifactId>
+			<scope>test</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>org.assertj</groupId>
+			<artifactId>assertj-core</artifactId>
+			<scope>test</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>org.mockito</groupId>
+			<artifactId>mockito-core</artifactId>
+			<scope>test</scope>
+		</dependency>
+
+		<dependency>
 			<groupId>org.apache.isis.core</groupId>
 			<artifactId>isis-core-config</artifactId>
 			<type>test-jar</type>