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 2021/10/05 16:11:31 UTC

[isis-app-demo] 01/02: adds Maven dependency to test libraries, for visits module.

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

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

commit 8ca2f34d4d729623cfa5fac36b8a75e381a91e35
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Oct 5 16:49:37 2021 +0100

    adds Maven dependency to test libraries, for visits module.
---
 module-visits/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/module-visits/pom.xml b/module-visits/pom.xml
index d0f47fe..3a0a436 100644
--- a/module-visits/pom.xml
+++ b/module-visits/pom.xml
@@ -62,6 +62,21 @@
             <optional>true</optional>
         </dependency>
 
+        <!-- TESTS -->
+
+        <dependency>
+            <groupId>org.apache.isis.mavendeps</groupId>
+            <artifactId>isis-mavendeps-unittests</artifactId>
+            <type>pom</type>
+            <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.jmock</groupId>
+                    <artifactId>jmock-junit4</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
     </dependencies>
 
 </project>