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

danhaywood pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git

commit 588bb1d1af7b43779df6a15640f9969f197bec8b
Author: Dan Haywood <[email protected]>
AuthorDate: Sun May 26 17:16:55 2024 +0100

    adds maven dependency from visit module to petowner module
---
 module-visit/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/module-visit/pom.xml b/module-visit/pom.xml
index d1a6af3..59036be 100644
--- a/module-visit/pom.xml
+++ b/module-visit/pom.xml
@@ -35,6 +35,11 @@
 
         <!-- CAUSEWAY API -->
 
+        <dependency>
+            <groupId>org.apache.causeway.starters</groupId>
+            <artifactId>simpleapp-jpa-module-petowner</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>org.apache.causeway.core</groupId>
             <artifactId>causeway-applib</artifactId>

Reply via email to