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

[isis] 25/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 021b3c324b1d6d06fe9571faa312dc0f3db636a3
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Jan 29 19:26:41 2020 +0000

    ISIS-2273: removing core references to isis-core-unittestsupport, ctd
---
 viewers/restfulobjects/viewer/pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/viewers/restfulobjects/viewer/pom.xml b/viewers/restfulobjects/viewer/pom.xml
index 43c3b34..ea32ecd 100644
--- a/viewers/restfulobjects/viewer/pom.xml
+++ b/viewers/restfulobjects/viewer/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>isis-viewer-restfulobjects-viewer</artifactId>
 
-	<name>Apache Isis Viewer - RO (Server)</name>
+	<name>Apache Isis Viewer - RO (Viewer)</name>
 
     <properties>
         <jar-plugin.automaticModuleName>org.apache.isis.viewer.restfulobjects.viewer</jar-plugin.automaticModuleName>
@@ -120,6 +120,12 @@
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.isis.core</groupId>
+            <artifactId>isis-core-codegen-bytebuddy</artifactId>
+            <scope>test</scope>
+        </dependency>
+
     </dependencies>