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 451f69a5421280baa3ca4ea9d2e5c4a8029b43f7 Author: Dan Haywood <[email protected]> AuthorDate: Sun May 26 16:33:39 2024 +0100 defines module-visit as module in top level pom.xml --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index fccb4e1..87808c8 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,11 @@ <artifactId>simpleapp-jpa-module-petowner</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>simpleapp-jpa-module-visit</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>simpleapp-jpa-module-simple</artifactId>
