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

[isis] 24/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 ff27d74dea770dd2a950b492e1207f804ab01ae4
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Jan 29 19:23:08 2020 +0000

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

diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml
index 5a5ce630..c7f3d65 100644
--- a/core/runtime/pom.xml
+++ b/core/runtime/pom.xml
@@ -110,6 +110,12 @@
         </dependency>
 
         <dependency>
+            <groupId>org.apache.isis.core</groupId>
+            <artifactId>isis-core-codegen-bytebuddy</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter-api</artifactId>
             <scope>test</scope>