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:48 UTC

[isis] 19/25: ISIS-2273: removing core references to isis-core-unittestsupport

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 1b8db46d5805dd4510794232b40161acc39b7025
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Jan 29 18:34:53 2020 +0000

    ISIS-2273: removing core references to isis-core-unittestsupport
---
 core/runtime/pom.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml
index 542c6f0..80f9c47 100644
--- a/core/runtime/pom.xml
+++ b/core/runtime/pom.xml
@@ -81,6 +81,28 @@
             <scope>test</scope>
         </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>
+
     </dependencies>
 
     <profiles>